Sublime: exclude build folders

This commit is contained in:
Andreas Antener 2017-02-01 11:12:55 +01:00 committed by Andreas Daniel Antener
parent a5f3f65c2b
commit 986fa1d52f
1 changed files with 2 additions and 1 deletions

View File

@ -25,7 +25,8 @@
[
".settings",
"nuttx/arch/arm/src/board",
"nuttx/arch/arm/src/chip"
"nuttx/arch/arm/src/chip",
"build_*"
]
}
],