Skip to content

Commit 3fa4969

Browse files
committed
fix: gitignore autogenerated files and the external libs
CMakeUserPresets.json contains user (i.e. per developer) presets and should therefore be ignored. node_modules and so on is just for the lv_font_conv dependency.
1 parent 6a6981c commit 3fa4969

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,13 @@ src/arm-none-eabi
5050

5151
# clangd
5252
.cache/
53+
54+
# Toolchain and External dependencies
55+
sdk-toolchain/
56+
57+
# Developer files
58+
CMakeUserPresets.json
59+
compile_commands.json
60+
package-lock.json
61+
package.json
62+
node_modules/

0 commit comments

Comments
 (0)