mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
More folder/file ignores.
This commit is contained in:
@@ -10,16 +10,21 @@
|
|||||||
".built",
|
".built",
|
||||||
".context",
|
".context",
|
||||||
".depend",
|
".depend",
|
||||||
|
".config",
|
||||||
|
".version",
|
||||||
"Make.dep",
|
"Make.dep",
|
||||||
".configured",
|
".configured",
|
||||||
"*.sublime-project",
|
"*.sublime-project",
|
||||||
"*.sublime-workspace",
|
"*.sublime-workspace",
|
||||||
".project",
|
".project",
|
||||||
".cproject"
|
".cproject",
|
||||||
|
"cscope.out"
|
||||||
],
|
],
|
||||||
"folder_exclude_patterns":
|
"folder_exclude_patterns":
|
||||||
[
|
[
|
||||||
".settings"
|
".settings",
|
||||||
|
"nuttx/arch/arm/src/board",
|
||||||
|
"nuttx/arch/arm/src/chip"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user