Repository: incubator-ranger
Updated Branches:
  refs/heads/ranger-0.5 97d2ab306 -> 4ce695353


RANGER-725 Add the correct .gitignore file to projects, refactor existing 
.gitignore files


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

Branch: refs/heads/ranger-0.5
Commit: 4ce695353550d74b5ad8fd0fc7cf17b31fec11ef
Parents: 97d2ab3
Author: Alok Lal <[email protected]>
Authored: Mon Nov 9 12:39:01 2015 -0800
Committer: Alok Lal <[email protected]>
Committed: Mon Nov 9 21:47:36 2015 -0800

----------------------------------------------------------------------
 .gitignore                                            | 1 -
 ranger-examples/.gitignore                            | 2 ++
 ranger-hbase-plugin-shim/.gitignore                   | 2 ++
 ranger-hdfs-plugin-shim/.gitignore                    | 2 ++
 ranger-hive-plugin-shim/.gitignore                    | 2 ++
 ranger-knox-plugin-shim/.gitignore                    | 2 ++
 ranger-plugin-classloader/.gitignore                  | 2 ++
 ranger-storm-plugin-shim/.gitignore                   | 2 ++
 ranger-yarn-plugin-shim/.gitignore                    | 2 ++
 tagsync/.gitignore                                    | 2 ++
 ugsync/ldapconfigchecktool/ldapconfigcheck/.gitignore | 3 +++
 11 files changed, 21 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/4ce69535/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index bced5a7..c2def9d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,5 +8,4 @@
 /target/
 winpkg/target
 .DS_Store
-.gitignore
 .idea

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/4ce69535/ranger-examples/.gitignore
----------------------------------------------------------------------
diff --git a/ranger-examples/.gitignore b/ranger-examples/.gitignore
new file mode 100644
index 0000000..b9c5b0b
--- /dev/null
+++ b/ranger-examples/.gitignore
@@ -0,0 +1,2 @@
+/target/
+.settings/

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/4ce69535/ranger-hbase-plugin-shim/.gitignore
----------------------------------------------------------------------
diff --git a/ranger-hbase-plugin-shim/.gitignore 
b/ranger-hbase-plugin-shim/.gitignore
new file mode 100644
index 0000000..b9c5b0b
--- /dev/null
+++ b/ranger-hbase-plugin-shim/.gitignore
@@ -0,0 +1,2 @@
+/target/
+.settings/

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/4ce69535/ranger-hdfs-plugin-shim/.gitignore
----------------------------------------------------------------------
diff --git a/ranger-hdfs-plugin-shim/.gitignore 
b/ranger-hdfs-plugin-shim/.gitignore
new file mode 100644
index 0000000..b9c5b0b
--- /dev/null
+++ b/ranger-hdfs-plugin-shim/.gitignore
@@ -0,0 +1,2 @@
+/target/
+.settings/

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/4ce69535/ranger-hive-plugin-shim/.gitignore
----------------------------------------------------------------------
diff --git a/ranger-hive-plugin-shim/.gitignore 
b/ranger-hive-plugin-shim/.gitignore
new file mode 100644
index 0000000..b9c5b0b
--- /dev/null
+++ b/ranger-hive-plugin-shim/.gitignore
@@ -0,0 +1,2 @@
+/target/
+.settings/

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/4ce69535/ranger-knox-plugin-shim/.gitignore
----------------------------------------------------------------------
diff --git a/ranger-knox-plugin-shim/.gitignore 
b/ranger-knox-plugin-shim/.gitignore
new file mode 100644
index 0000000..b9c5b0b
--- /dev/null
+++ b/ranger-knox-plugin-shim/.gitignore
@@ -0,0 +1,2 @@
+/target/
+.settings/

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/4ce69535/ranger-plugin-classloader/.gitignore
----------------------------------------------------------------------
diff --git a/ranger-plugin-classloader/.gitignore 
b/ranger-plugin-classloader/.gitignore
new file mode 100644
index 0000000..b9c5b0b
--- /dev/null
+++ b/ranger-plugin-classloader/.gitignore
@@ -0,0 +1,2 @@
+/target/
+.settings/

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/4ce69535/ranger-storm-plugin-shim/.gitignore
----------------------------------------------------------------------
diff --git a/ranger-storm-plugin-shim/.gitignore 
b/ranger-storm-plugin-shim/.gitignore
new file mode 100644
index 0000000..b9c5b0b
--- /dev/null
+++ b/ranger-storm-plugin-shim/.gitignore
@@ -0,0 +1,2 @@
+/target/
+.settings/

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/4ce69535/ranger-yarn-plugin-shim/.gitignore
----------------------------------------------------------------------
diff --git a/ranger-yarn-plugin-shim/.gitignore 
b/ranger-yarn-plugin-shim/.gitignore
new file mode 100644
index 0000000..b9c5b0b
--- /dev/null
+++ b/ranger-yarn-plugin-shim/.gitignore
@@ -0,0 +1,2 @@
+/target/
+.settings/

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/4ce69535/tagsync/.gitignore
----------------------------------------------------------------------
diff --git a/tagsync/.gitignore b/tagsync/.gitignore
new file mode 100644
index 0000000..b9c5b0b
--- /dev/null
+++ b/tagsync/.gitignore
@@ -0,0 +1,2 @@
+/target/
+.settings/

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/4ce69535/ugsync/ldapconfigchecktool/ldapconfigcheck/.gitignore
----------------------------------------------------------------------
diff --git a/ugsync/ldapconfigchecktool/ldapconfigcheck/.gitignore 
b/ugsync/ldapconfigchecktool/ldapconfigcheck/.gitignore
new file mode 100644
index 0000000..034279e
--- /dev/null
+++ b/ugsync/ldapconfigchecktool/ldapconfigcheck/.gitignore
@@ -0,0 +1,3 @@
+/target/
+.settings/
+dependency-reduced-pom.xml

Reply via email to