diff --git a/.gitignore b/.gitignore
index d23d4f54a..cf4403c4e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,6 +13,9 @@
*.iws
.idea
+# Netbeans
+nb-configuration.xml
+
# Build
/*/target
test-output
diff --git a/parent/pom.xml b/parent/pom.xml
index af09afb91..d2a74269d 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -479,6 +479,7 @@
**/toolchains-*.xml
**/eclipse-formatter-config.xml
**/checkstyle-for-generated-sources.xml
+ **/nb-configuration.xml
maven-settings.xml
readme.md
CONTRIBUTING.md