summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorpkasting <pkasting@chromium.org>2016-01-22 17:45:39 -0800
committerCommit bot <commit-bot@chromium.org>2016-01-23 01:46:33 +0000
commitdeea6f851eddd89776b79c2c273a497c2e97d822 (patch)
tree9bdabbcb72fbdd6984777329c3398105a7195748 /.gitignore
parent084137610850aea6303e832674a338ffa21b09ae (diff)
downloadchromium_src-deea6f851eddd89776b79c2c273a497c2e97d822.zip
chromium_src-deea6f851eddd89776b79c2c273a497c2e97d822.tar.gz
chromium_src-deea6f851eddd89776b79c2c273a497c2e97d822.tar.bz2
Add *.pdb to .gitignore.
For some reason Visual Studio has started creating XXX.pdb/ directories in the checkout root for some modules. Ignore these. BUG=none TEST=none Review URL: https://codereview.chromium.org/1626613002 Cr-Commit-Position: refs/heads/master@{#371120}
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index a9cd67d..f2f9c43 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,6 +3,7 @@
*.ncb
*.opensdf
*.orig
+*.pdb
*.props
*.pyc
*.pyproj