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 /.bzrignore | |
parent | 53516a82df8db500a968451daa54fc72eaed7056 (diff) | |
download | cpython-git-5c8545bb2cc081dda2b26df48350f22891401d49.tar.gz |
Make VCSes ignore the compiled shared library file (#12255)
Diffstat (limited to '.bzrignore')
-rw-r--r-- | .bzrignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.bzrignore b/.bzrignore index e893a7dfcf..959a7df6ed 100644 --- a/.bzrignore +++ b/.bzrignore @@ -14,6 +14,7 @@ platform pybuilddir.txt pyconfig.h libpython*.a +libpython*.so* python.exe python-gdb.py reflog.txt |