Browse Source

Merge pull request #291 from matheussl/master

Add ignore extensions for Python and SublimeText
Chris Wanstrath 13 years ago
parent
commit
33f4cd5d71
2 changed files with 8 additions and 2 deletions
  1. 1 1
      Global/SublimeText.gitignore
  2. 7 1
      Python.gitignore

+ 1 - 1
Global/SublimeText.gitignore

@@ -1,3 +1,3 @@
-
 # SublimeText project files
 /*.sublime-project
+*.sublime-workspace

+ 7 - 1
Python.gitignore

@@ -1,4 +1,7 @@
-*.py[co]
+*.py[cod]
+
+# C extensions
+*.so
 
 # Packages
 *.egg
@@ -12,6 +15,8 @@ var
 sdist
 develop-eggs
 .installed.cfg
+lib
+lib64
 
 # Installer logs
 pip-log.txt
@@ -26,3 +31,4 @@ nosetests.xml
 
 #Mr Developer
 .mr.developer.cfg
+