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

Skip to content

Commit 3cdaaaf

Browse files
committed
Add libpython*.dylib to .{hg,git}ignore
1 parent 7ba8337 commit 3cdaaaf

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ db_home
7373
ipch/
7474
libpython*.a
7575
libpython*.so*
76+
libpython*.dylib
7677
platform
7778
pybuilddir.txt
7879
pyconfig.h

.hgignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ Parser/pgen$
4444
syntax: glob
4545
libpython*.a
4646
libpython*.so*
47+
libpython*.dylib
4748
*.swp
4849
*.o
4950
*.pyc

0 commit comments

Comments
 (0)