Skip to content
Snippets Groups Projects
Commit 0513e940 authored by px4dev's avatar px4dev
Browse files

Add some exclusion patterns to keep SublimeText's project view less messy.

parent 4f4a3a48
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,16 @@
"folders":
[
{
"path": "."
"path": ".",
"file_exclude_patterns":
[
"*.o",
"*.a",
".built",
".context",
".depend",
"Make.dep"
]
}
],
"settings":
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment