Repository: zeppelin Updated Branches: refs/heads/master 32d5df359 -> 032f9a90f
Added another location of metastore_db in .gitignore ### What is this PR for? Avoiding tracking metastore_db from git when you run ZeppelinServer in you IDE ### What type of PR is it? [Improvement] ### Todos * [x] - Add recursive directory of metastore_db in .gitignore ### What is the Jira issue? N/A ### How should this be tested? ### Screenshots (if appropriate) ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Jongyoul Lee <[email protected]> Closes #1166 from jongyoul/minor/add-metastore-db-in-gitignore and squashes the following commits: 65d195a [Jongyoul Lee] Added **/metastore-db in gitignore Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/032f9a90 Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/032f9a90 Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/032f9a90 Branch: refs/heads/master Commit: 032f9a90f0c0cc7c8108a269a95657cf47e8608d Parents: 32d5df3 Author: Jongyoul Lee <[email protected]> Authored: Tue Jul 12 15:40:40 2016 +0900 Committer: Jongyoul Lee <[email protected]> Committed: Tue Jul 12 23:04:50 2016 +0900 ---------------------------------------------------------------------- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zeppelin/blob/032f9a90/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 5ed8200..7aeb361 100644 --- a/.gitignore +++ b/.gitignore @@ -51,7 +51,7 @@ zeppelin-web/bower_components # project level /logs/ /run/ -/metastore_db/ +**/metastore_db/ /*.log /jobs/ /zan-repo/
