summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorbrucedawson <brucedawson@chromium.org>2015-11-05 15:04:37 -0800
committerCommit bot <commit-bot@chromium.org>2015-11-05 23:05:44 +0000
commit23e5ea254fea6ad3618588f177406640e7104d38 (patch)
tree1ed75a027e89e9f570aaf67508240b975cd3a033 /.gitignore
parent6c06ff83d6f64dae290e0690563d099c254bb96b (diff)
downloadchromium_src-23e5ea254fea6ad3618588f177406640e7104d38.zip
chromium_src-23e5ea254fea6ad3618588f177406640e7104d38.tar.gz
chromium_src-23e5ea254fea6ad3618588f177406640e7104d38.tar.bz2
Add VC++ 2015 file to .gitignore
When using VC++ 2015 Update 1 RC the IDE drops *.VC.opendb files which then clutter the git status update like this: Untracked files: (use "git add <file>..." to include in what will be committed) chrome_dev.VC.opendb This change tells git to ignore them. BUG=440500 Review URL: https://codereview.chromium.org/1413153015 Cr-Commit-Position: refs/heads/master@{#358163}
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 88cf776..b1e7c27 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,6 +13,7 @@
*.suo
*.targets
*.user
+*.vc.opendb
*.vcproj
*.vcxproj
*.vcxproj.filters