diff options
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | pom.xml | 1 |
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 @@ -1870,6 +1870,7 @@ <exclude>patch.diff</exclude> <exclude>**/overlays/**</exclude> <exclude>nbactions.xml</exclude> + <exclude>nb-configuration.xml</exclude> </excludes> </configuration> </plugin> |