summaryrefslogtreecommitdiffstats
path: root/.hgignore
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2011-03-11 22:42:49 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2011-03-11 22:42:49 (GMT)
commit26606fd23f4e5a27d43de8f745491e960b10e84a (patch)
treee9763eed612056a0c2eb28e8c61569b3f8579123 /.hgignore
parent7885833df0f549268333fd61e2e6f2f7fb869728 (diff)
downloadcpython-26606fd23f4e5a27d43de8f745491e960b10e84a.zip
cpython-26606fd23f4e5a27d43de8f745491e960b10e84a.tar.gz
cpython-26606fd23f4e5a27d43de8f745491e960b10e84a.tar.bz2
Issue #11403: add some MSVC-generated files to .hgignore
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore
index d1c8d72..33e6caa 100644
--- a/.hgignore
+++ b/.hgignore
@@ -60,6 +60,9 @@ libpython*.a
*.rej
*~
Lib/lib2to3/*.pickle
+PC/python_nt*.h
+PC/pythonnt_rc*.h
+PC/*.obj
PCbuild/*.exe
PCbuild/*.dll
PCbuild/*.pdb