summaryrefslogtreecommitdiff
path: root/.gitignore
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 /.gitignore
parent53516a82df8db500a968451daa54fc72eaed7056 (diff)
downloadcpython-git-5c8545bb2cc081dda2b26df48350f22891401d49.tar.gz
Make VCSes ignore the compiled shared library file (#12255)
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
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