Add dependency-reduced-pom.xml to the .gitignore file
Project: http://git-wip-us.apache.org/repos/asf/sentry/repo Commit: http://git-wip-us.apache.org/repos/asf/sentry/commit/4583c26a Tree: http://git-wip-us.apache.org/repos/asf/sentry/tree/4583c26a Diff: http://git-wip-us.apache.org/repos/asf/sentry/diff/4583c26a Branch: refs/heads/master Commit: 4583c26ad5dbd73119b861c6bded2ff486474de6 Parents: 0becb24 Author: Sergio Pena <[email protected]> Authored: Fri Dec 1 09:46:51 2017 -0600 Committer: Sergio Pena <[email protected]> Committed: Fri Dec 1 09:46:51 2017 -0600 ---------------------------------------------------------------------- .gitignore | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sentry/blob/4583c26a/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 80d5c03..6ce3a6c 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ maven-repo/ .DS_Store **/thirdparty/* **/metastore_db/* +*dependency-reduced-pom.xml
