Skip to content

Commit 5e006aa

Browse files
authored
gitignore: add more rules from master for Windows (#3148)
1 parent 2281c04 commit 5e006aa

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ PC/*/*.suo
4444
PC/*/Win32-temp-*
4545
PC/*/x64-temp-*
4646
PC/*/amd64
47+
PCbuild/*.user
48+
PCbuild/*.suo
49+
PCbuild/*.*sdf
4750
PCbuild/*.bsc
4851
PCbuild/*.dll
4952
PCbuild/*.exe
@@ -55,6 +58,9 @@ PCbuild/*.pdb
5558
PCbuild/Win32-temp-*
5659
PCbuild/*.VC.db
5760
PCbuild/*.VC.opendb
61+
PCbuild/amd64/
62+
PCbuild/obj/
63+
PCbuild/win32/
5864
Parser/pgen
5965
Parser/pgen.stamp
6066
autom4te.cache
@@ -70,6 +76,7 @@ platform
7076
pybuilddir.txt
7177
pyconfig.h
7278
python$
79+
python.bat
7380
python.exe
7481
python*-gdb.py
7582
tags

0 commit comments

Comments
 (0)