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 /.hgignore | |
parent | Fix closes Issue12621 - Fix docstrings of find and rfind methods of bytes/byt... (diff) | |
download | cpython-5c8545bb2cc081dda2b26df48350f22891401d49.tar.gz cpython-5c8545bb2cc081dda2b26df48350f22891401d49.tar.bz2 cpython-5c8545bb2cc081dda2b26df48350f22891401d49.zip |
Make VCSes ignore the compiled shared library file (#12255)
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore index 7136ed1a4b7..f109296b19a 100644 --- a/.hgignore +++ b/.hgignore @@ -39,6 +39,7 @@ Parser/pgen.stamp$ syntax: glob libpython*.a +libpython*.so* *.swp *.o *.pyc |