aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Firmware.sublime-project11
1 files changed, 10 insertions, 1 deletions
diff --git a/Firmware.sublime-project b/Firmware.sublime-project
index 24eabf6da..e3a8064c3 100644
--- a/Firmware.sublime-project
+++ b/Firmware.sublime-project
@@ -2,7 +2,16 @@
"folders":
[
{
- "path": "."
+ "path": ".",
+ "file_exclude_patterns":
+ [
+ "*.o",
+ "*.a",
+ ".built",
+ ".context",
+ ".depend",
+ "Make.dep"
+ ]
}
],
"settings":