Skip to content

Commit

Permalink
OGM-1146 Properly ignore hibernate-noorm-release-scripts directory
Browse files Browse the repository at this point in the history
And additional cleanup to the distribution.
  • Loading branch information
gsmet authored and Sanne committed Oct 4, 2016
1 parent 0db346b commit 54fc81d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
@@ -1,3 +1,6 @@
# Our build scripts - necessary for our release jobs
hibernate-noorm-release-scripts

#OS
.DS_Store

Expand Down
4 changes: 4 additions & 0 deletions distribution/src/main/assembly/dist.xml
Expand Up @@ -208,8 +208,12 @@
<useDefaultExcludes>true</useDefaultExcludes>
<excludes>
<exclude>../README.md</exclude>
<exclude>../how-to-release.md</exclude>
<exclude>../license.txt</exclude>
<exclude>../changelog.txt</exclude>
<exclude>../.travis.yml</exclude>
<exclude>../travis/**</exclude>
<exclude>../hibernate-noorm-release-scripts/**</exclude>
<exclude>../*.sh</exclude>
<exclude>**/.git/**</exclude>
<exclude>**/.gitignore</exclude>
Expand Down

0 comments on commit 54fc81d

Please sign in to comment.