diff options
author | Mariatta <Mariatta@users.noreply.github.com> | 2017-04-20 20:55:59 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-20 20:55:59 -0700 |
commit | 483729526e06cda0befc241190bb586d472a72e8 (patch) | |
tree | 87802ea70cf3c14b3d038075ba693dd89d95c2cd /.gitignore | |
parent | bpo-29802: Fix the cleaning up issue in PyUnicode_FSDecoder(). (#1217) (diff) | |
download | cpython-483729526e06cda0befc241190bb586d472a72e8.tar.gz cpython-483729526e06cda0befc241190bb586d472a72e8.tar.bz2 cpython-483729526e06cda0befc241190bb586d472a72e8.zip |
[3.6] Add missing .gitignore entries for VS2015 IntelliSense DB (GH-1223) (#1225)
(cherry picked from commit 8e675286a92f33837cfffac5914b5175dac5d573)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index db27597aac5..9392fe5defd 100644 --- a/.gitignore +++ b/.gitignore @@ -52,6 +52,8 @@ PCbuild/*.suo PCbuild/*.*sdf PCbuild/*-pgi PCbuild/*-pgo +PCbuild/*.VC.db +PCbuild/*.VC.opendb PCbuild/.vs/ PCbuild/amd64/ PCbuild/obj/ |