You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2015/03/17 20:44:45 UTC

[2/7] incubator-brooklyn git commit: Ignore netbeans files

Ignore netbeans files


Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/f3373691
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/f3373691
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/f3373691

Branch: refs/heads/master
Commit: f337369143d8dce7364a7e19ba8688af122f591a
Parents: 99ff8c9
Author: Ciprian Ciubotariu <ch...@gmx.net>
Authored: Fri Nov 28 15:22:25 2014 +0200
Committer: Ciprian Ciubotariu <ch...@gmx.net>
Committed: Fri Mar 13 23:27:42 2015 +0200

----------------------------------------------------------------------
 .gitignore | 3 +++
 pom.xml    | 2 ++
 2 files changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/f3373691/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index 045e2de..ed439f2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,6 +19,9 @@ test-output/
 .idea/
 *.iml
 
+nbactions.xml
+nb-configuration.xml
+
 prodDb.*
 
 *.log

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/f3373691/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 402ba2b..bfbf96f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1013,6 +1013,8 @@
                                 Excluding sandbox because not part of distribution: not in tgz, and not uploaded to maven-central.
                             -->
                             <exclude>sandbox/**</exclude>
+                            <exclude>**/nbactions.xml</exclude>
+                            <exclude>**/nb-configuration.xml</exclude>
                         </excludes>
                     </configuration>
                 </plugin>