mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
Add libpython*.dylib to .{hg,git}ignore
This commit is contained in:
parent
7ba8337562
commit
3cdaaafe2e
2 changed files with 2 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -73,6 +73,7 @@ db_home
|
|||
ipch/
|
||||
libpython*.a
|
||||
libpython*.so*
|
||||
libpython*.dylib
|
||||
platform
|
||||
pybuilddir.txt
|
||||
pyconfig.h
|
||||
|
|
|
|||
|
|
@ -44,6 +44,7 @@ Parser/pgen$
|
|||
syntax: glob
|
||||
libpython*.a
|
||||
libpython*.so*
|
||||
libpython*.dylib
|
||||
*.swp
|
||||
*.o
|
||||
*.pyc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue