Add libpython*.dylib to .{hg,git}ignore

This commit is contained in:
Zachary Ware 2016-09-06 16:46:22 -07:00
parent 7ba8337562
commit 3cdaaafe2e
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -73,6 +73,7 @@ db_home
ipch/
libpython*.a
libpython*.so*
libpython*.dylib
platform
pybuilddir.txt
pyconfig.h

View File

@ -44,6 +44,7 @@ Parser/pgen$
syntax: glob
libpython*.a
libpython*.so*
libpython*.dylib
*.swp
*.o
*.pyc