Skip to content

Commit

Permalink
add '.pyd' and '.so' (C extensions) in Python.gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
matheussl committed Apr 12, 2012
1 parent 933578c commit 39dbe57
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Python.gitignore
@@ -1,4 +1,7 @@
*.py[co] *.py[cod]

# C extensions
*.so


# Packages # Packages
*.egg *.egg
Expand Down Expand Up @@ -28,3 +31,4 @@ nosetests.xml


#Mr Developer #Mr Developer
.mr.developer.cfg .mr.developer.cfg

0 comments on commit 39dbe57

Please sign in to comment.