summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2015-01-06 18:49:44 +0100
committerSebastian Thiel <byronimo@gmail.com>2015-01-06 18:49:44 +0100
commita6e4a6416162a698d87ba15693f2e7434beac644 (patch)
tree7a92b2429ae8ed4682f2dc00603b8a1051561336 /etc
parent1bfb44c62d15a45ca4d47b4cc482ebddb8d0ae4f (diff)
downloadgitpython-a6e4a6416162a698d87ba15693f2e7434beac644.tar.gz
Fixed up coverage configuration
Also improved sublime text project
Diffstat (limited to 'etc')
-rw-r--r--etc/sublime-text/git-python.sublime-project55
1 files changed, 23 insertions, 32 deletions
diff --git a/etc/sublime-text/git-python.sublime-project b/etc/sublime-text/git-python.sublime-project
index d3b69289..3dab9f65 100644
--- a/etc/sublime-text/git-python.sublime-project
+++ b/etc/sublime-text/git-python.sublime-project
@@ -15,7 +15,11 @@
"folder_exclude_patterns" : [
".git",
"cover",
- "git/ext"
+ "git/ext",
+ "dist",
+ ".tox",
+ "doc/build",
+ "*.egg-info"
]
},
// GITDB
@@ -32,40 +36,27 @@
"folder_exclude_patterns" : [
".git",
"cover",
- "gitdb/ext"
+ "gitdb/ext",
+ "dist",
+ "doc/build",
+ ".tox",
]
},
// // 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",
- // ]
- // },
+ {
+ "follow_symlinks": true,
+ "path": "../../git/ext/gitdb/gitdb/ext/smmap",
+ "file_exclude_patterns" : [
+ "*.sublime-workspace",
+ ".git",
+ ".noseids",
+ ".coverage"
+ ],
+ "folder_exclude_patterns" : [
+ ".git",
+ "cover",
+ ]
+ },
]
}