diff options
author | Éric Araujo <merwok@netwok.org> | 2011-07-28 20:38:44 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-07-28 20:38:44 (GMT) |
commit | 5c8545bb2cc081dda2b26df48350f22891401d49 (patch) | |
tree | e25dc9bb4511ada2fb973e2ccc6ae466520bb526 | |
parent | 53516a82df8db500a968451daa54fc72eaed7056 (diff) | |
download | cpython-5c8545bb2cc081dda2b26df48350f22891401d49.zip cpython-5c8545bb2cc081dda2b26df48350f22891401d49.tar.gz cpython-5c8545bb2cc081dda2b26df48350f22891401d49.tar.bz2 |
Make VCSes ignore the compiled shared library file (#12255)
-rw-r--r-- | .bzrignore | 1 | ||||
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | .hgignore | 1 |
3 files changed, 3 insertions, 0 deletions
@@ -14,6 +14,7 @@ platform pybuilddir.txt pyconfig.h libpython*.a +libpython*.so* python.exe python-gdb.py reflog.txt @@ -37,6 +37,7 @@ build/ config.log config.status libpython*.a +libpython*.so* pybuilddir.txt pyconfig.h python @@ -39,6 +39,7 @@ Parser/pgen.stamp$ syntax: glob libpython*.a +libpython*.so* *.swp *.o *.pyc |