Repository: sentry Updated Branches: refs/heads/master 812159d96 -> 33afaefcd
SENTRY-1128: Add metastore_db to .gitignore (Bhooshan Mogal, Reviewed by: Dapeng Sun and Sravya Tirukkovalur) Change-Id: Ic2f33f36f3048f59432f5e6f236ae9f451c7550e Project: http://git-wip-us.apache.org/repos/asf/sentry/repo Commit: http://git-wip-us.apache.org/repos/asf/sentry/commit/33afaefc Tree: http://git-wip-us.apache.org/repos/asf/sentry/tree/33afaefc Diff: http://git-wip-us.apache.org/repos/asf/sentry/diff/33afaefc Branch: refs/heads/master Commit: 33afaefcdc2d8308fd2da402b5db813ae4dde514 Parents: 812159d Author: Sravya Tirukkovalur <[email protected]> Authored: Mon Apr 11 12:58:33 2016 -0700 Committer: Sravya Tirukkovalur <[email protected]> Committed: Mon Apr 11 12:58:33 2016 -0700 ---------------------------------------------------------------------- .gitignore | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sentry/blob/33afaefc/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 08edd26..80d5c03 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ maven-repo/ *.rej .DS_Store **/thirdparty/* +**/metastore_db/*
