mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-05 22:24:47 +08:00
Add some exclusion patterns to keep SublimeText's project view less messy.
This commit is contained in:
@@ -2,7 +2,16 @@
|
|||||||
"folders":
|
"folders":
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"path": "."
|
"path": ".",
|
||||||
|
"file_exclude_patterns":
|
||||||
|
[
|
||||||
|
"*.o",
|
||||||
|
"*.a",
|
||||||
|
".built",
|
||||||
|
".context",
|
||||||
|
".depend",
|
||||||
|
"Make.dep"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"settings":
|
"settings":
|
||||||
|
|||||||
Reference in New Issue
Block a user