Browse Source

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

Matheus dos Santos Lima 13 năm trước cách đây
mục cha
commit
39dbe57df7
1 tập tin đã thay đổi với 5 bổ sung1 xóa
  1. 5 1
      Python.gitignore

+ 5 - 1
Python.gitignore

@@ -1,4 +1,7 @@
-*.py[co]
+*.py[cod]
+
+# C extensions
+*.so
 
 # Packages
 *.egg
@@ -28,3 +31,4 @@ nosetests.xml
 
 #Mr Developer
 .mr.developer.cfg
+