Skip to content

Commit

Permalink
Make VCSes ignore the compiled shared library file (python#12255)
Browse files Browse the repository at this point in the history
  • Loading branch information
merwok committed Jul 28, 2011
1 parent 53516a8 commit 5c8545b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .bzrignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ platform
pybuilddir.txt
pyconfig.h
libpython*.a
libpython*.so*
python.exe
python-gdb.py
reflog.txt
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ build/
config.log
config.status
libpython*.a
libpython*.so*
pybuilddir.txt
pyconfig.h
python
Expand Down
1 change: 1 addition & 0 deletions .hgignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Parser/pgen.stamp$

syntax: glob
libpython*.a
libpython*.so*
*.swp
*.o
*.pyc
Expand Down

0 comments on commit 5c8545b

Please sign in to comment.