[Python-checkins] cpython (merge 3.4 -> default): Fix .gitignore for 'python' binary.

christian.heimes python-checkins at python.org
Wed Apr 22 22:16:18 CEST 2015


https://hg.python.org/cpython/rev/6da0afdefd8a
changeset:   95771:6da0afdefd8a
parent:      95769:c031fa8e6884
parent:      95770:efcccb70a84c
user:        Christian Heimes <christian at python.org>
date:        Wed Apr 22 22:16:01 2015 +0200
summary:
  Fix .gitignore for 'python' binary.

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


diff --git a/.gitignore b/.gitignore
--- a/.gitignore
+++ b/.gitignore
@@ -67,7 +67,7 @@
 platform
 pybuilddir.txt
 pyconfig.h
-python$
+python
 python-config
 python-config.py
 python.bat

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


More information about the Python-checkins mailing list