add sublime-project file

This commit is contained in:
Vincent Hanquez 2015-04-03 07:41:43 +01:00
parent 842817086a
commit 88ff52a10d
2 changed files with 24 additions and 0 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@
gen/Gen
gen/Crypto
dist
*.sublime-workspace

View File

@ -0,0 +1,23 @@
{
"folders":
[
{ "path": "Crypto", "file_exclude_patterns": ["*.hi", "*.o"] },
{ "path": "cbits" },
{ "path": "tests", "file_exclude_patterns": ["*.html"] },
{ "path": "benchs" },
{ "path": "gen" },
],
"settings":
{
"tab_size": 4,
"translate_tabs_to_spaces": true
},
"build_systems":
[
{
"name": "Cabal-build",
"cmd": ["cabal", "build"],
"path": "/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin"
}
]
}