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

daniel.stutzbach python-checkins at python.org
Fri Feb 25 22:51:01 CET 2011


daniel.stutzbach pushed d617e167a370 to cpython:

http://hg.python.org/cpython/rev/d617e167a370
changeset:   68031:d617e167a370
tag:         tip
parent:      68029:4a128b3a7e1d
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
@@ -6,6 +6,7 @@
 *.pyo
 *.rej
 *~
+.hg
 Doc/build/
 Doc/tools/docutils/
 Doc/tools/jinja2/

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


More information about the Python-checkins mailing list