You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2022/11/30 13:52:03 UTC

[commons-numbers] branch master updated: Exclude development files from source distribution

This is an automated email from the ASF dual-hosted git repository.

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-numbers.git


The following commit(s) were added to refs/heads/master by this push:
     new a03c18bb Exclude development files from source distribution
a03c18bb is described below

commit a03c18bb6b58005c1936a6996ec0b17fcf5c01ee
Author: aherbert <ah...@apache.org>
AuthorDate: Wed Nov 30 13:50:36 2022 +0000

    Exclude development files from source distribution
---
 dist-archive/src/assembly/src.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/dist-archive/src/assembly/src.xml b/dist-archive/src/assembly/src.xml
index 8aa97ea5..e237ea63 100644
--- a/dist-archive/src/assembly/src.xml
+++ b/dist-archive/src/assembly/src.xml
@@ -25,7 +25,11 @@ limitations under the License.
     <fileSet>
       <directory>../</directory>
       <excludes>
+        <exclude>.asf.yaml</exclude>
         <exclude>**/.git/**</exclude>
+        <exclude>.gitattributes</exclude>
+        <exclude>.github/**</exclude>
+        <exclude>.gitignore</exclude>
         <exclude>**/site-content/**</exclude>
         <exclude>site-content.README</exclude>
         <exclude>**/target/**</exclude>