summaryrefslogtreecommitdiff
path: root/etc/sublime-text
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2014-11-14 15:52:17 +0100
committerSebastian Thiel <byronimo@gmail.com>2014-11-14 15:52:34 +0100
commitc5452aa820c0f5c2454642587ff6a3bd6d96eaa1 (patch)
tree6fa7bb77459dbb368a72361f237ca18118d0e2a9 /etc/sublime-text
parentd3e5d9cda8eae5b0f19ac25efada6d0b3b9e04e5 (diff)
downloadgitpython-c5452aa820c0f5c2454642587ff6a3bd6d96eaa1.tar.gz
Prepared release 0.3.20.3.2
It represents the latest state on github, which should be better than what's installed by default. [skip ci]
Diffstat (limited to 'etc/sublime-text')
-rw-r--r--etc/sublime-text/git-python.sublime-project64
1 files changed, 32 insertions, 32 deletions
diff --git a/etc/sublime-text/git-python.sublime-project b/etc/sublime-text/git-python.sublime-project
index 5d981925..d3b69289 100644
--- a/etc/sublime-text/git-python.sublime-project
+++ b/etc/sublime-text/git-python.sublime-project
@@ -35,37 +35,37 @@
"gitdb/ext"
]
},
- // SMMAP
- ////////
- {
- "follow_symlinks": true,
- "path": "../../git/ext/gitdb/gitdb/ext/smmap",
- "file_exclude_patterns" : [
- "*.sublime-workspace",
- ".git",
- ".noseids",
- ".coverage"
- ],
- "folder_exclude_patterns" : [
- ".git",
- "cover",
- ]
- },
- // ASYNC
- ////////
- {
- "follow_symlinks": true,
- "path": "../../git/ext/gitdb/gitdb/ext/async",
- "file_exclude_patterns" : [
- "*.sublime-workspace",
- ".git",
- ".noseids",
- ".coverage"
- ],
- "folder_exclude_patterns" : [
- ".git",
- "cover",
- ]
- },
+ // // SMMAP
+ // ////////
+ // {
+ // "follow_symlinks": true,
+ // "path": "../../git/ext/gitdb/gitdb/ext/smmap",
+ // "file_exclude_patterns" : [
+ // "*.sublime-workspace",
+ // ".git",
+ // ".noseids",
+ // ".coverage"
+ // ],
+ // "folder_exclude_patterns" : [
+ // ".git",
+ // "cover",
+ // ]
+ // },
+ // // ASYNC
+ // ////////
+ // {
+ // "follow_symlinks": true,
+ // "path": "../../git/ext/gitdb/gitdb/ext/async",
+ // "file_exclude_patterns" : [
+ // "*.sublime-workspace",
+ // ".git",
+ // ".noseids",
+ // ".coverage"
+ // ],
+ // "folder_exclude_patterns" : [
+ // ".git",
+ // "cover",
+ // ]
+ // },
]
}