diff options
author | Christian Heimes <christian@python.org> | 2015-04-22 20:15:44 (GMT) |
---|---|---|
committer | Christian Heimes <christian@python.org> | 2015-04-22 20:15:44 (GMT) |
commit | 34e006031aac2c2263cef382c55a2e38b2d1b054 (patch) | |
tree | e421a19158f38d66454f4761e9c3092bbe3ded53 /.gitignore | |
parent | ac22c6b923d12e2b9069324c82a95d2353d0cd28 (diff) | |
download | cpython-34e006031aac2c2263cef382c55a2e38b2d1b054.zip cpython-34e006031aac2c2263cef382c55a2e38b2d1b054.tar.gz cpython-34e006031aac2c2263cef382c55a2e38b2d1b054.tar.bz2 |
Fix .gitignore for 'python' binary.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,7 @@ libpython*.so* platform pybuilddir.txt pyconfig.h -python$ +python python-config python-config.py python.exe |