diff options
author | Éric Araujo <merwok@netwok.org> | 2011-07-28 22:38:44 +0200 |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-07-28 22:38:44 +0200 |
commit | 5c8545bb2cc081dda2b26df48350f22891401d49 (patch) | |
tree | e25dc9bb4511ada2fb973e2ccc6ae466520bb526 /.gitignore | |
parent | 53516a82df8db500a968451daa54fc72eaed7056 (diff) | |
download | cpython-git-5c8545bb2cc081dda2b26df48350f22891401d49.tar.gz |
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
diff --git a/.gitignore b/.gitignore index 63f4314e05..da0ca02d7c 100644 --- a/.gitignore +++ b/.gitignore @@ -37,6 +37,7 @@ build/ config.log config.status libpython*.a +libpython*.so* pybuilddir.txt pyconfig.h python |