mirror of
https://github.com/github/gitignore
synced 2024-11-22 03:34:23 +01:00
add '.pyd' and '.so' (C extensions) in Python.gitignore
This commit is contained in:
parent
933578cbb1
commit
39dbe57df7
@ -1,4 +1,7 @@
|
||||
*.py[co]
|
||||
*.py[cod]
|
||||
|
||||
# C extensions
|
||||
*.so
|
||||
|
||||
# Packages
|
||||
*.egg
|
||||
@ -28,3 +31,4 @@ nosetests.xml
|
||||
|
||||
#Mr Developer
|
||||
.mr.developer.cfg
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user