diff options
author | Segev Finer <segev208@gmail.com> | 2017-04-21 02:32:26 +0300 |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2017-04-20 16:32:26 -0700 |
commit | 8e675286a92f33837cfffac5914b5175dac5d573 (patch) | |
tree | 817a2795440a0bb9e4460d36953684b64e84269e /.gitignore | |
parent | bpo-29802: Fix reference counting in module-level struct functions (#1213) (diff) | |
download | cpython-8e675286a92f33837cfffac5914b5175dac5d573.tar.gz cpython-8e675286a92f33837cfffac5914b5175dac5d573.tar.bz2 cpython-8e675286a92f33837cfffac5914b5175dac5d573.zip |
Add missing .gitignore entries for VS2015 IntelliSense DB (#1223)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 8b54c2c4861..f436777c7cf 100644 --- a/.gitignore +++ b/.gitignore @@ -54,6 +54,8 @@ PCbuild/*.suo PCbuild/*.*sdf PCbuild/*-pgi PCbuild/*-pgo +PCbuild/*.VC.db +PCbuild/*.VC.opendb PCbuild/.vs/ PCbuild/amd64/ PCbuild/obj/ |