mirror of
https://github.com/vale981/gitignore
synced 2025-03-05 09:51:42 -05:00
add '.pyd' and '.so' (C extensions) in Python.gitignore
This commit is contained in:
parent
933578cbb1
commit
39dbe57df7
1 changed files with 5 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue