We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c193972 commit dc35482Copy full SHA for dc35482
.gitignore
@@ -51,10 +51,20 @@ Module.symvers
51
Mkfile.old
52
dkms.conf
53
54
+# CMSIS Solution files and folders not to be tracked
55
+# default directory of build artifacts
56
**/out
57
+# directory containing intermediate files to be regenerated
58
+**/tmp
59
+#
60
.clangd
-*.cbuild-idx.yml
61
+# Update config files must be merged before commit
62
+*.update@*
63
*.cbuild.yml
-*.cprj
64
+*.cbuild-idx.yml
65
+*.cbuild-run.yml
66
+*.cbuild-set.yml
67
+# RTE_Components.h files are always regenerated and must not be checked in
68
RTE_Components.h
-**/tmp
69
+# outdated file types
70
+*.cprj
0 commit comments