Skip to content

Commit 39dbe57

Browse files
committed
add '.pyd' and '.so' (C extensions) in Python.gitignore
1 parent 933578c commit 39dbe57

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

Python.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
*.py[co]
1+
*.py[cod]
2+
3+
# C extensions
4+
*.so
25

36
# Packages
47
*.egg
@@ -28,3 +31,4 @@ nosetests.xml
2831

2932
#Mr Developer
3033
.mr.developer.cfg
34+

0 commit comments

Comments
 (0)