浏览代码

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
+