forked from Archive/PX4-Autopilot
Add some exclusion patterns to keep SublimeText's project view less messy.
This commit is contained in:
parent
4f4a3a48bf
commit
0513e940ed
|
@ -2,7 +2,16 @@
|
|||
"folders":
|
||||
[
|
||||
{
|
||||
"path": "."
|
||||
"path": ".",
|
||||
"file_exclude_patterns":
|
||||
[
|
||||
"*.o",
|
||||
"*.a",
|
||||
".built",
|
||||
".context",
|
||||
".depend",
|
||||
"Make.dep"
|
||||
]
|
||||
}
|
||||
],
|
||||
"settings":
|
||||
|
|
Loading…
Reference in New Issue