Updated Branches: refs/heads/db_policy_store 5927a8aec -> 0b3017c32
SENTRY-112: Add test-output directory to .gitignore (Brock Noland via Shreepadma Venugopalan) Project: http://git-wip-us.apache.org/repos/asf/incubator-sentry/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-sentry/commit/0b3017c3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-sentry/tree/0b3017c3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-sentry/diff/0b3017c3 Branch: refs/heads/db_policy_store Commit: 0b3017c3230b6bd97df3af6e8c4421a6f0729c3e Parents: 5927a8a Author: Shreepadma Venugopalan <[email protected]> Authored: Thu Feb 6 14:10:33 2014 -0800 Committer: Brock Noland <[email protected]> Committed: Thu Feb 6 16:34:49 2014 -0600 ---------------------------------------------------------------------- .gitignore | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/0b3017c3/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 252b816..920de9a 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ target/ *.jar *.war *.ear +test-output/
