[Python-checkins] cpython: Add MSVC-related entries to .hgignore

antoine.pitrou python-checkins at python.org
Sat Jun 23 22:15:31 CEST 2012


http://hg.python.org/cpython/rev/59ae57197bad
changeset:   77647:59ae57197bad
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Sat Jun 23 22:11:58 2012 +0200
summary:
  Add MSVC-related entries to .hgignore

files:
  .hgignore |  4 ++++
  1 files changed, 4 insertions(+), 0 deletions(-)


diff --git a/.hgignore b/.hgignore
--- a/.hgignore
+++ b/.hgignore
@@ -56,6 +56,10 @@
 PC/*.obj
 PC/*.exe
 PC/*/*.exe
+PC/*/*.exp
+PC/*/*.lib
+PC/*/*.bsc
+PC/*/*.dll
 PC/*/*.pdb
 PC/*/*.user
 PC/*/*.ncb

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list