exclude IDE files that may pollute source archive

This commit is contained in:
Hervé Boutemy 2019-09-28 18:21:52 +02:00
parent 07ab962c85
commit fa97042f50
1 changed files with 8 additions and 0 deletions

View File

@ -35,6 +35,14 @@ under the License.
<exclude>**/.gitattributes</exclude>
<exclude>init-git-svn.sh</exclude>
<exclude>**/.repository/**</exclude>
<exclude>**/.classpath</exclude>
<exclude>**/.project</exclude>
<exclude>**/.settings/**</exclude>
<exclude>**/*.iml</exclude>
<exclude>**/*.ipr</exclude>
<exclude>**/.idea/**</exclude>
<exclude>**/.DS_Store</exclude>
<exclude>**/build/**</exclude>
</excludes>
</fileSet>
<fileSet>