Add the correct .gitignore file to projects
Project: http://git-wip-us.apache.org/repos/asf/incubator-ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ranger/commit/5b86864a Tree: http://git-wip-us.apache.org/repos/asf/incubator-ranger/tree/5b86864a Diff: http://git-wip-us.apache.org/repos/asf/incubator-ranger/diff/5b86864a Branch: refs/heads/tag-policy Commit: 5b86864a9b042cb023831fe59a5495fbc552b2b2 Parents: c462d0e Author: Alok Lal <[email protected]> Authored: Mon Nov 9 12:39:01 2015 -0800 Committer: Alok Lal <[email protected]> Committed: Mon Nov 9 21:41:12 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/5b86864a/.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/5b86864a/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/5b86864a/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/5b86864a/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/5b86864a/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/5b86864a/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/5b86864a/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/5b86864a/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/5b86864a/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/5b86864a/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/5b86864a/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
