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 /.gitignore | |
parent | 53516a82df8db500a968451daa54fc72eaed7056 (diff) | |
download | cpython-5c8545bb2cc081dda2b26df48350f22891401d49.zip cpython-5c8545bb2cc081dda2b26df48350f22891401d49.tar.gz cpython-5c8545bb2cc081dda2b26df48350f22891401d49.tar.bz2 |
Make VCSes ignore the compiled shared library file (#12255)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -37,6 +37,7 @@ build/ config.log config.status libpython*.a +libpython*.so* pybuilddir.txt pyconfig.h python |