aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore3
-rw-r--r--pom.xml1
2 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 0cf0b5153..1cd3d1b3a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,4 +20,5 @@ build
.settings/
#netbeans file
-nbactions.xml \ No newline at end of file
+nbactions.xml
+nb-configuration.xml \ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 60ba74c05..a1406a958 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1870,6 +1870,7 @@
<exclude>patch.diff</exclude>
<exclude>**/overlays/**</exclude>
<exclude>nbactions.xml</exclude>
+ <exclude>nb-configuration.xml</exclude>
</excludes>
</configuration>
</plugin>