Преглед изворни кода

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

Matheus dos Santos Lima пре 13 година
родитељ
комит
39dbe57df7
1 измењених фајлова са 5 додато и 1 уклоњено
  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
+