RANGER-257: adding .setting folders to .gitignore

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

Branch: refs/heads/master
Commit: 377eecbb7e85626fd547a7eec1322a53cb34effa
Parents: 2351890
Author: sneethiraj <[email protected]>
Authored: Sun Feb 22 16:54:21 2015 -0800
Committer: sneethiraj <[email protected]>
Committed: Sun Feb 22 16:54:21 2015 -0800

----------------------------------------------------------------------
 .gitignore                   | 7 -------
 agents-audit/.gitignore      | 1 +
 agents-common/.gitignore     | 1 +
 agents-cred/.gitignore       | 1 +
 agents-installer/.gitignore  | 1 +
 credentialbuilder/.gitignore | 1 +
 embeddedwebserver/.gitignore | 1 +
 hbase-agent/.gitignore       | 1 +
 hdfs-agent/.gitignore        | 1 +
 hive-agent/.gitignore        | 1 +
 jisql/.gitignore             | 1 +
 kms/.gitignore               | 1 +
 knox-agent/.gitignore        | 1 +
 lookup-client/.gitignore     | 1 +
 ranger-util/.gitignore       | 1 +
 security-admin/.gitignore    | 1 +
 storm-agent/.gitignore       | 1 +
 ugsync/.gitignore            | 1 +
 unixauthclient/.gitignore    | 1 +
 unixauthnative/.gitignore    | 1 +
 unixauthservice/.gitignore   | 1 +
 21 files changed, 20 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/377eecbb/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index a51fb81..2c746ed 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,10 +6,3 @@
 .project
 /target/
 winpkg/target
-agents-audit/.settings/
-agents-common/.settings/
-agents-cred/.settings/
-hdfs-agent/.settings/
-hive-agent/.settings/
-knox-agent/.settings/
-security-admin/.settings/

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/377eecbb/agents-audit/.gitignore
----------------------------------------------------------------------
diff --git a/agents-audit/.gitignore b/agents-audit/.gitignore
index 20e1ada..8604ba3 100644
--- a/agents-audit/.gitignore
+++ b/agents-audit/.gitignore
@@ -1,3 +1,4 @@
 /target/
 /bin/
 /target
+.settings/

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/377eecbb/agents-common/.gitignore
----------------------------------------------------------------------
diff --git a/agents-common/.gitignore b/agents-common/.gitignore
index 0f63015..02f68bb 100644
--- a/agents-common/.gitignore
+++ b/agents-common/.gitignore
@@ -1,2 +1,3 @@
 /target/
 /bin/
+.settings/

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/377eecbb/agents-cred/.gitignore
----------------------------------------------------------------------
diff --git a/agents-cred/.gitignore b/agents-cred/.gitignore
index 0f63015..02f68bb 100644
--- a/agents-cred/.gitignore
+++ b/agents-cred/.gitignore
@@ -1,2 +1,3 @@
 /target/
 /bin/
+.settings/

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/377eecbb/agents-installer/.gitignore
----------------------------------------------------------------------
diff --git a/agents-installer/.gitignore b/agents-installer/.gitignore
index 0f63015..02f68bb 100644
--- a/agents-installer/.gitignore
+++ b/agents-installer/.gitignore
@@ -1,2 +1,3 @@
 /target/
 /bin/
+.settings/

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/377eecbb/credentialbuilder/.gitignore
----------------------------------------------------------------------
diff --git a/credentialbuilder/.gitignore b/credentialbuilder/.gitignore
index de3a426..404053f 100644
--- a/credentialbuilder/.gitignore
+++ b/credentialbuilder/.gitignore
@@ -1,3 +1,4 @@
 /target/
 /bin/
 /bin/
+.settings/

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/377eecbb/embeddedwebserver/.gitignore
----------------------------------------------------------------------
diff --git a/embeddedwebserver/.gitignore b/embeddedwebserver/.gitignore
index 0f63015..02f68bb 100644
--- a/embeddedwebserver/.gitignore
+++ b/embeddedwebserver/.gitignore
@@ -1,2 +1,3 @@
 /target/
 /bin/
+.settings/

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/377eecbb/hbase-agent/.gitignore
----------------------------------------------------------------------
diff --git a/hbase-agent/.gitignore b/hbase-agent/.gitignore
index 0f63015..02f68bb 100644
--- a/hbase-agent/.gitignore
+++ b/hbase-agent/.gitignore
@@ -1,2 +1,3 @@
 /target/
 /bin/
+.settings/

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/377eecbb/hdfs-agent/.gitignore
----------------------------------------------------------------------
diff --git a/hdfs-agent/.gitignore b/hdfs-agent/.gitignore
index 83d0499..03313f8 100644
--- a/hdfs-agent/.gitignore
+++ b/hdfs-agent/.gitignore
@@ -1,3 +1,4 @@
 /dependency-reduced-pom.xml
 /target/
 /bin/
+.settings/

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/377eecbb/hive-agent/.gitignore
----------------------------------------------------------------------
diff --git a/hive-agent/.gitignore b/hive-agent/.gitignore
index 0f63015..02f68bb 100644
--- a/hive-agent/.gitignore
+++ b/hive-agent/.gitignore
@@ -1,2 +1,3 @@
 /target/
 /bin/
+.settings/

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/377eecbb/jisql/.gitignore
----------------------------------------------------------------------
diff --git a/jisql/.gitignore b/jisql/.gitignore
index 0f63015..02f68bb 100644
--- a/jisql/.gitignore
+++ b/jisql/.gitignore
@@ -1,2 +1,3 @@
 /target/
 /bin/
+.settings/

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/377eecbb/kms/.gitignore
----------------------------------------------------------------------
diff --git a/kms/.gitignore b/kms/.gitignore
index b83d222..b9c5b0b 100644
--- a/kms/.gitignore
+++ b/kms/.gitignore
@@ -1 +1,2 @@
 /target/
+.settings/

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/377eecbb/knox-agent/.gitignore
----------------------------------------------------------------------
diff --git a/knox-agent/.gitignore b/knox-agent/.gitignore
index de3a426..404053f 100644
--- a/knox-agent/.gitignore
+++ b/knox-agent/.gitignore
@@ -1,3 +1,4 @@
 /target/
 /bin/
 /bin/
+.settings/

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/377eecbb/lookup-client/.gitignore
----------------------------------------------------------------------
diff --git a/lookup-client/.gitignore b/lookup-client/.gitignore
index 20e1ada..8604ba3 100644
--- a/lookup-client/.gitignore
+++ b/lookup-client/.gitignore
@@ -1,3 +1,4 @@
 /target/
 /bin/
 /target
+.settings/

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/377eecbb/ranger-util/.gitignore
----------------------------------------------------------------------
diff --git a/ranger-util/.gitignore b/ranger-util/.gitignore
index 3019b97..ffdf566 100644
--- a/ranger-util/.gitignore
+++ b/ranger-util/.gitignore
@@ -1,3 +1,4 @@
 /src/gen/org/apache/ranger/common/package-info.java
 /target/
 /bin/
+.settings/

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/377eecbb/security-admin/.gitignore
----------------------------------------------------------------------
diff --git a/security-admin/.gitignore b/security-admin/.gitignore
index 798e8dd..4a3ed53 100644
--- a/security-admin/.gitignore
+++ b/security-admin/.gitignore
@@ -2,3 +2,4 @@
 /bin/
 /bin/
 /target
+.settings/

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/377eecbb/storm-agent/.gitignore
----------------------------------------------------------------------
diff --git a/storm-agent/.gitignore b/storm-agent/.gitignore
index 798e8dd..4a3ed53 100644
--- a/storm-agent/.gitignore
+++ b/storm-agent/.gitignore
@@ -2,3 +2,4 @@
 /bin/
 /bin/
 /target
+.settings/

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/377eecbb/ugsync/.gitignore
----------------------------------------------------------------------
diff --git a/ugsync/.gitignore b/ugsync/.gitignore
index 0f63015..02f68bb 100644
--- a/ugsync/.gitignore
+++ b/ugsync/.gitignore
@@ -1,2 +1,3 @@
 /target/
 /bin/
+.settings/

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/377eecbb/unixauthclient/.gitignore
----------------------------------------------------------------------
diff --git a/unixauthclient/.gitignore b/unixauthclient/.gitignore
index 20e1ada..8604ba3 100644
--- a/unixauthclient/.gitignore
+++ b/unixauthclient/.gitignore
@@ -1,3 +1,4 @@
 /target/
 /bin/
 /target
+.settings/

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/377eecbb/unixauthnative/.gitignore
----------------------------------------------------------------------
diff --git a/unixauthnative/.gitignore b/unixauthnative/.gitignore
index 0f63015..02f68bb 100644
--- a/unixauthnative/.gitignore
+++ b/unixauthnative/.gitignore
@@ -1,2 +1,3 @@
 /target/
 /bin/
+.settings/

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/377eecbb/unixauthservice/.gitignore
----------------------------------------------------------------------
diff --git a/unixauthservice/.gitignore b/unixauthservice/.gitignore
index 0f63015..02f68bb 100644
--- a/unixauthservice/.gitignore
+++ b/unixauthservice/.gitignore
@@ -1,2 +1,3 @@
 /target/
 /bin/
+.settings/

Reply via email to