Repository: incubator-sentry Updated Branches: refs/heads/master 06ba44c7a -> 6498ce90d
SENTRY-720: Patch related files should be excluded form version control (Dapeng Sun, reviewed by Colin Ma) Project: http://git-wip-us.apache.org/repos/asf/incubator-sentry/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-sentry/commit/6498ce90 Tree: http://git-wip-us.apache.org/repos/asf/incubator-sentry/tree/6498ce90 Diff: http://git-wip-us.apache.org/repos/asf/incubator-sentry/diff/6498ce90 Branch: refs/heads/master Commit: 6498ce90dd1140b67064c244b27005d0df819355 Parents: 06ba44c Author: Sun Dapeng <[email protected]> Authored: Fri May 8 11:12:54 2015 +0800 Committer: Sun Dapeng <[email protected]> Committed: Fri May 8 11:12:54 2015 +0800 ---------------------------------------------------------------------- .gitignore | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/6498ce90/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 91ad75b..6357f00 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,6 @@ sentry-core/sentry-core-common/src/gen *.ear test-output/ maven-repo/ +*.orig +*.rej +.DS_Store
