Repository: incubator-ranger Updated Branches: refs/heads/master aedb1fc81 -> fa1248a2a
RANGER-257: adding code to ignore the .setting folders from eclipse Project: http://git-wip-us.apache.org/repos/asf/incubator-ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ranger/commit/fa1248a2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ranger/tree/fa1248a2 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ranger/diff/fa1248a2 Branch: refs/heads/master Commit: fa1248a2a6074c6e6666b3d5675a8ff188076cad Parents: aedb1fc Author: rmani <[email protected]> Authored: Sun Feb 22 16:43:05 2015 -0800 Committer: rmani <[email protected]> Committed: Sun Feb 22 16:43:05 2015 -0800 ---------------------------------------------------------------------- .gitignore | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/fa1248a2/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 83beeef..a51fb81 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,15 @@ *.class *.iml -.settings +.settings/ .metadata .classpath .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/
