Repository: archiva Updated Branches: refs/heads/master 1040ab6f7 -> d8cb9a50e
ignore netbeans ide file Project: http://git-wip-us.apache.org/repos/asf/archiva/repo Commit: http://git-wip-us.apache.org/repos/asf/archiva/commit/d8cb9a50 Tree: http://git-wip-us.apache.org/repos/asf/archiva/tree/d8cb9a50 Diff: http://git-wip-us.apache.org/repos/asf/archiva/diff/d8cb9a50 Branch: refs/heads/master Commit: d8cb9a50e896c204e66797f29d9740e62ba088f9 Parents: 1040ab6 Author: Eric Barboni <[email protected]> Authored: Wed Feb 4 00:48:37 2015 +0100 Committer: Eric Barboni <[email protected]> Committed: Wed Feb 4 00:48:37 2015 +0100 ---------------------------------------------------------------------- .gitignore | 3 ++- pom.xml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/archiva/blob/d8cb9a50/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 0cf0b51..1cd3d1b 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 http://git-wip-us.apache.org/repos/asf/archiva/blob/d8cb9a50/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 60ba74c..a1406a9 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>
