#553, add Netbeans files to .gitignore and exlude from license check

This commit is contained in:
sjaakd 2015-05-19 22:22:35 +02:00
parent 379460b70d
commit 300d7824c4
2 changed files with 4 additions and 0 deletions

3
.gitignore vendored
View File

@ -13,6 +13,9 @@
*.iws
.idea
# Netbeans
nb-configuration.xml
# Build
/*/target
test-output

View File

@ -479,6 +479,7 @@
<exclude>**/toolchains-*.xml</exclude>
<exclude>**/eclipse-formatter-config.xml</exclude>
<exclude>**/checkstyle-for-generated-sources.xml</exclude>
<exclude>**/nb-configuration.xml</exclude>
<exclude>maven-settings.xml</exclude>
<exclude>readme.md</exclude>
<exclude>CONTRIBUTING.md</exclude>