diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2009-05-24 20:46:06 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2009-05-24 20:46:06 (GMT) |
commit | 36b6dfca00761f57865067b81c55145d5a507bc6 (patch) | |
tree | 9a2506510950dd3eda00b38560b68699df715fdd /.hgignore | |
parent | f2caeed9c694ed584e26716a7ce55f8fd83554ca (diff) | |
download | cpython-36b6dfca00761f57865067b81c55145d5a507bc6.zip cpython-36b6dfca00761f57865067b81c55145d5a507bc6.tar.gz cpython-36b6dfca00761f57865067b81c55145d5a507bc6.tar.bz2 |
Add Misc/python.pc to the list of ignored files
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -40,6 +40,7 @@ Doc/tools/sphinx/ Doc/tools/docutils/ Doc/tools/jinja/ Doc/tools/pygments/ +Misc/python.pc Modules/Setup Modules/Setup.config Modules/Setup.local @@ -66,4 +67,4 @@ PCbuild/*.exp PCbuild/*.o PCbuild/*.ncb PCbuild/*.bsc -PCbuild/Win32-temp-*
\ No newline at end of file +PCbuild/Win32-temp-* |