Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5c8545b

Browse files
committed
Make VCSes ignore the compiled shared library file (#12255)
1 parent 53516a8 commit 5c8545b

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

.bzrignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ platform
1414
pybuilddir.txt
1515
pyconfig.h
1616
libpython*.a
17+
libpython*.so*
1718
python.exe
1819
python-gdb.py
1920
reflog.txt

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ build/
3737
config.log
3838
config.status
3939
libpython*.a
40+
libpython*.so*
4041
pybuilddir.txt
4142
pyconfig.h
4243
python

.hgignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ Parser/pgen.stamp$
3939

4040
syntax: glob
4141
libpython*.a
42+
libpython*.so*
4243
*.swp
4344
*.o
4445
*.pyc

0 commit comments

Comments
 (0)