[Python-checkins] cpython (3.4): 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/efcccb70a84c
changeset:   95770:efcccb70a84c
branch:      3.4
parent:      95768:aa6b73823685
user:        Christian Heimes <christian at python.org>
date:        Wed Apr 22 22:15:44 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
@@ -58,7 +58,7 @@
 platform
 pybuilddir.txt
 pyconfig.h
-python$
+python
 python-config
 python-config.py
 python.exe

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


More information about the Python-checkins mailing list