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-rng.git
The following commit(s) were added to refs/heads/master by this push: new fe1154d5 Exclude development files from source distribution fe1154d5 is described below commit fe1154d5be9981c53181156ed7d1c339656893c9 Author: aherbert <aherb...@apache.org> AuthorDate: Wed Nov 30 13:50:45 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>