[Python-checkins] cpython (3.2): Add .hg to .gitignore

daniel.stutzbach python-checkins at python.org
Fri Feb 25 23:42:12 CET 2011


daniel.stutzbach pushed cf8064cb5ac7 to cpython:

http://hg.python.org/cpython/rev/cf8064cb5ac7
changeset:   68033:cf8064cb5ac7
branch:      3.2
tag:         tip
parent:      68025:cef92ee1a323
user:        Daniel Stutzbach <stutzbach at google.com>
date:        Fri Feb 25 13:03:12 2011 -0800
summary:
  Add .hg to .gitignore

files:
  .gitignore

diff --git a/.gitignore b/.gitignore
--- a/.gitignore
+++ b/.gitignore
@@ -17,6 +17,7 @@
 Misc/python.pc
 Modules/Setup
 Modules/Setup.config
+.hg
 Modules/Setup.local
 Modules/config.c
 Modules/ld_so_aix

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


More information about the Python-checkins mailing list