Repository: brooklyn-server
Updated Branches:
  refs/heads/master b0cf4a62a -> a9f9df458


Fix RAT and Git to ignore .externalToolBuilders files


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

Branch: refs/heads/master
Commit: a9f9df4589287bea10f969a7196f49c4724782ac
Parents: b0cf4a6
Author: Andrew Donald Kennedy <andrew.kenn...@cloudsoftcorp.com>
Authored: Fri Apr 8 13:58:25 2016 +0100
Committer: Andrew Donald Kennedy <andrew.kenn...@cloudsoftcorp.com>
Committed: Fri Apr 8 13:58:25 2016 +0100

----------------------------------------------------------------------
 .gitignore         | 1 +
 server-cli/pom.xml | 1 +
 2 files changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/a9f9df45/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index ed439f2..540ceae 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,6 +15,7 @@ test-output/
 .classpath
 .settings/
 .metadata/
+.externalToolBuilders/
 
 .idea/
 *.iml

http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/a9f9df45/server-cli/pom.xml
----------------------------------------------------------------------
diff --git a/server-cli/pom.xml b/server-cli/pom.xml
index 7fa60bc..5787bb9 100644
--- a/server-cli/pom.xml
+++ b/server-cli/pom.xml
@@ -176,6 +176,7 @@
                             -->
                             
<exclude>**/src/main/resources/brooklyn/item-lister/statics/style/js/**</exclude>
                             <exclude>**/*.bom</exclude>
+                            <exclude>**/.externalToolBuilders/*</exclude>
                         </excludes>
                     </configuration>
                 </plugin>

Reply via email to