RANGER-725: added .gitignore file for ignoring target folder
Project: http://git-wip-us.apache.org/repos/asf/incubator-ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ranger/commit/fe81cd73 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ranger/tree/fe81cd73 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ranger/diff/fe81cd73 Branch: refs/heads/master Commit: fe81cd7343ebf88d8091c515c76ac2e53955688d Parents: 6cbc170 Author: sneethiraj <[email protected]> Authored: Tue Apr 12 15:26:16 2016 -0400 Committer: sneethiraj <[email protected]> Committed: Tue Apr 12 15:26:16 2016 -0400 ---------------------------------------------------------------------- ranger-hive-utils/.gitignore | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/fe81cd73/ranger-hive-utils/.gitignore ---------------------------------------------------------------------- diff --git a/ranger-hive-utils/.gitignore b/ranger-hive-utils/.gitignore new file mode 100644 index 0000000..b83d222 --- /dev/null +++ b/ranger-hive-utils/.gitignore @@ -0,0 +1 @@ +/target/
