summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2011-03-11 23:46:26 +0100
committerAntoine Pitrou <solipsis@pitrou.net>2011-03-11 23:46:26 +0100
commitc4be42b8bfb06a8598e827cea0ffb28e8ccc22c1 (patch)
treedd5733d02667a4846317f6dd383534fc978a9240
parent524ff5bae27a6671e4f1a80dd8f363e78a2b5051 (diff)
downloadcpython-c4be42b8bfb06a8598e827cea0ffb28e8ccc22c1.tar.gz
Issue #11403: add some MSVC-generated files to .hgignore
-rw-r--r--.hgignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore
index 4e0dd4e45c..944bd134a5 100644
--- a/.hgignore
+++ b/.hgignore
@@ -48,6 +48,9 @@ libpython*.a
*~
Lib/lib2to3/*.pickle
Lib/test/data/*
+PC/python_nt*.h
+PC/pythonnt_rc*.h
+PC/*.obj
PCbuild/*.exe
PCbuild/*.dll
PCbuild/*.pdb