mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
Add some exclusion patterns to keep SublimeText's project view less messy.
This commit is contained in:
@@ -2,7 +2,16 @@
|
||||
"folders":
|
||||
[
|
||||
{
|
||||
"path": "."
|
||||
"path": ".",
|
||||
"file_exclude_patterns":
|
||||
[
|
||||
"*.o",
|
||||
"*.a",
|
||||
".built",
|
||||
".context",
|
||||
".depend",
|
||||
"Make.dep"
|
||||
]
|
||||
}
|
||||
],
|
||||
"settings":
|
||||
|
||||
Reference in New Issue
Block a user