summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2014-07-14 12:45:15 +0200
committerSebastian Thiel <byronimo@gmail.com>2014-07-14 12:45:15 +0200
commitc544101eed30d5656746080204f53a2563b3d535 (patch)
treeee8557dd7f2d90c251c3316882c871b4a85475bc /etc
parent29d94c622a7f6f696d899e5bb3484c925b5d4441 (diff)
downloadgitpython-c544101eed30d5656746080204f53a2563b3d535.tar.gz
Added sublime-text project
As relative paths are used througout, it will work for everyone using sublime text out of the box.
Diffstat (limited to 'etc')
-rw-r--r--etc/sublime-text/git-python.sublime-project71
1 files changed, 71 insertions, 0 deletions
diff --git a/etc/sublime-text/git-python.sublime-project b/etc/sublime-text/git-python.sublime-project
new file mode 100644
index 00000000..5d981925
--- /dev/null
+++ b/etc/sublime-text/git-python.sublime-project
@@ -0,0 +1,71 @@
+{
+ "folders":
+ [
+ // GIT-PYTHON
+ /////////////
+ {
+ "follow_symlinks": true,
+ "path": "../..",
+ "file_exclude_patterns" : [
+ "*.sublime-workspace",
+ ".git",
+ ".noseids",
+ ".coverage"
+ ],
+ "folder_exclude_patterns" : [
+ ".git",
+ "cover",
+ "git/ext"
+ ]
+ },
+ // GITDB
+ ////////
+ {
+ "follow_symlinks": true,
+ "path": "../../git/ext/gitdb",
+ "file_exclude_patterns" : [
+ "*.sublime-workspace",
+ ".git",
+ ".noseids",
+ ".coverage"
+ ],
+ "folder_exclude_patterns" : [
+ ".git",
+ "cover",
+ "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",
+ ]
+ },
+ ]
+}