[Python-checkins] cpython (2.7): Don't gitignore the Python directory on case insensitive file systems.

r.david.murray python-checkins at python.org
Mon Apr 13 03:54:05 CEST 2015


https://hg.python.org/cpython/rev/dc8921e1fe14
changeset:   95560:dc8921e1fe14
branch:      2.7
parent:      95538:c7a6a11a5013
user:        R David Murray <rdmurray at bitdance.com>
date:        Sun Apr 12 19:14:30 2015 -0400
summary:
  Don't gitignore the Python directory on case insensitive file systems.

files:
  .gitignore |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/.gitignore b/.gitignore
--- a/.gitignore
+++ b/.gitignore
@@ -38,7 +38,7 @@
 libpython*.a
 libpython*.so*
 pyconfig.h
-python
+python$
 python-gdb.py
 tags
 .coverage

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


More information about the Python-checkins mailing list