summaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
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
commit5c8545bb2cc081dda2b26df48350f22891401d49 (patch)
treee25dc9bb4511ada2fb973e2ccc6ae466520bb526 /.hgignore
parent53516a82df8db500a968451daa54fc72eaed7056 (diff)
downloadcpython-git-5c8545bb2cc081dda2b26df48350f22891401d49.tar.gz
Make VCSes ignore the compiled shared library file (#12255)
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore
index 7136ed1a4b..f109296b19 100644
--- a/.hgignore
+++ b/.hgignore
@@ -39,6 +39,7 @@ Parser/pgen.stamp$
syntax: glob
libpython*.a
+libpython*.so*
*.swp
*.o
*.pyc