summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2014-07-14 13:05:41 +0200
committerSebastian Thiel <byronimo@gmail.com>2014-07-14 13:05:41 +0200
commit1af4b42a2354acbb53c7956d647655922658fd80 (patch)
treec37921b156fea81816d47057a119abfafc6d46a9
parent55267119140f3828a24b4986600ed21a1808d6cc (diff)
downloadsmmap-1af4b42a2354acbb53c7956d647655922658fd80.tar.gz
Added sublime-text project
Relative paths will make it work for everyone right away
-rw-r--r--.gitignore2
-rw-r--r--etc/sublime-text/smmap.sublime-project21
2 files changed, 23 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 73b0b61..0124754 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,5 @@ dist/
MANIFEST
.tox
*.egg-info
+.noseids
+*.sublime-workspace
diff --git a/etc/sublime-text/smmap.sublime-project b/etc/sublime-text/smmap.sublime-project
new file mode 100644
index 0000000..251ebbd
--- /dev/null
+++ b/etc/sublime-text/smmap.sublime-project
@@ -0,0 +1,21 @@
+{
+ "folders":
+ [
+ // SMMAP
+ ////////
+ {
+ "follow_symlinks": true,
+ "path": "../..",
+ "file_exclude_patterns" : [
+ "*.sublime-workspace",
+ ".git",
+ ".noseids",
+ ".coverage"
+ ],
+ "folder_exclude_patterns" : [
+ ".git",
+ "cover",
+ ]
+ },
+ ]
+}