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-statistics.git
The following commit(s) were added to refs/heads/master by this push:
new edfc12d Exclude development files from source distribution
edfc12d is described below
commit edfc12d0b383a47be6daaea473418d7d5a625ac5
Author: aherbert <[email protected]>
AuthorDate: Wed Nov 30 13:50:56 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 8aa97ea..e237ea6 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>