forked from Archive/PX4-Autopilot
Merge branch 'master' of github.com:PX4/Firmware
This commit is contained in:
commit
43a1c9edfd
|
@ -2,7 +2,16 @@
|
|||
"folders":
|
||||
[
|
||||
{
|
||||
"path": "."
|
||||
"path": ".",
|
||||
"file_exclude_patterns":
|
||||
[
|
||||
"*.o",
|
||||
"*.a",
|
||||
".built",
|
||||
".context",
|
||||
".depend",
|
||||
"Make.dep"
|
||||
]
|
||||
}
|
||||
],
|
||||
"settings":
|
||||
|
|
Loading…
Reference in New Issue