Updated Branches: refs/heads/master c6e23e9e5 -> 55ca6c7c2
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/55ca6c7c Tree: http://git-wip-us.apache.org/repos/asf/incubator-sentry/tree/55ca6c7c Diff: http://git-wip-us.apache.org/repos/asf/incubator-sentry/diff/55ca6c7c Branch: refs/heads/master Commit: 55ca6c7c27b42c1cfcdf54ed0175adc7f4eab855 Parents: c6e23e9 Author: Shreepadma Venugopalan <[email protected]> Authored: Thu Feb 6 14:10:33 2014 -0800 Committer: Shreepadma Venugopalan <[email protected]> Committed: Thu Feb 6 14:10:33 2014 -0800 ---------------------------------------------------------------------- .gitignore | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/55ca6c7c/.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/
