]> source.dussan.org Git - archiva.git/commitdiff
ignore netbeans ide file
authorEric Barboni <skygo@apache.org>
Tue, 3 Feb 2015 23:48:37 +0000 (00:48 +0100)
committerEric Barboni <skygo@apache.org>
Tue, 3 Feb 2015 23:48:37 +0000 (00:48 +0100)
.gitignore
pom.xml

index 0cf0b515311fe6d90adc0c4077b9c473b51d1e15..1cd3d1b3ae562f963b2dff0c47326fbf595d9d58 100644 (file)
@@ -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 60ba74c05c8b1497958862d1cf218b44d49c993d..a1406a958eba626a47a2625fb03a464ecf2aba0d 100644 (file)
--- a/pom.xml
+++ b/pom.xml
               <exclude>patch.diff</exclude>
               <exclude>**/overlays/**</exclude>
               <exclude>nbactions.xml</exclude>
+              <exclude>nb-configuration.xml</exclude>
             </excludes>
           </configuration>
         </plugin>