Repository: reef Updated Branches: refs/heads/master cc98b2fcd -> 1d19ea58d
[REEF-1330] Add *.VC.db to .gitignore JIRA: [REEF-1330](https://issues.apache.org/jira/browse/REEF-1330) Pull Request: This closes #941 Project: http://git-wip-us.apache.org/repos/asf/reef/repo Commit: http://git-wip-us.apache.org/repos/asf/reef/commit/1d19ea58 Tree: http://git-wip-us.apache.org/repos/asf/reef/tree/1d19ea58 Diff: http://git-wip-us.apache.org/repos/asf/reef/diff/1d19ea58 Branch: refs/heads/master Commit: 1d19ea58dbf1e5f772fb3f07d0433ea5be84b139 Parents: cc98b2f Author: Markus Weimer <[email protected]> Authored: Mon Apr 11 12:31:39 2016 -0700 Committer: Andrew Chung <[email protected]> Committed: Mon Apr 11 12:51:17 2016 -0700 ---------------------------------------------------------------------- .gitignore | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/reef/blob/1d19ea58/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 75baea5..6b6b7a9 100644 --- a/.gitignore +++ b/.gitignore @@ -26,6 +26,7 @@ nb-configuration.xml atlassian-ide-plugin.xml *.sln.DotSettings.user *.VC.opendb +*.VC.db # # ---------------------------------------------------------------------- # OS Files
