Browse Source

add '.pyd' and '.so' (C extensions) in Python.gitignore

pull/291/head
Matheus dos Santos Lima 12 years ago
parent
commit
39dbe57df7
1 changed files with 5 additions and 1 deletions
  1. 5
    1
      Python.gitignore

+ 5
- 1
Python.gitignore View File

@@ -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…
Cancel
Save