We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 07a8622 + 67d649e commit 33f4cd5Copy full SHA for 33f4cd5
2 files changed
Global/SublimeText.gitignore
@@ -1,3 +1,3 @@
1
-
2
# SublimeText project files
3
/*.sublime-project
+*.sublime-workspace
Python.gitignore
@@ -1,4 +1,7 @@
-*.py[co]
+*.py[cod]
+
+# C extensions
4
+*.so
5
6
# Packages
7
*.egg
@@ -12,6 +15,8 @@ var
12
15
sdist
13
16
develop-eggs
14
17
.installed.cfg
18
+lib
19
+lib64
20
21
# Installer logs
22
pip-log.txt
@@ -26,3 +31,4 @@ nosetests.xml
26
31
27
32
#Mr Developer
28
33
.mr.developer.cfg
34
0 commit comments