Add some exclusion patterns to keep SublimeText's project view less messy.

This commit is contained in:
px4dev 2012-08-05 13:44:20 -07:00
parent 4f4a3a48bf
commit 0513e940ed
1 changed files with 10 additions and 1 deletions

View File

@ -2,7 +2,16 @@
"folders":
[
{
"path": "."
"path": ".",
"file_exclude_patterns":
[
"*.o",
"*.a",
".built",
".context",
".depend",
"Make.dep"
]
}
],
"settings":