Skip to content

Commit dc35482

Browse files
committed
updated gitignore with temporary files
1 parent c193972 commit dc35482

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

.gitignore

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,20 @@ Module.symvers
5151
Mkfile.old
5252
dkms.conf
5353

54+
# CMSIS Solution files and folders not to be tracked
55+
# default directory of build artifacts
5456
**/out
57+
# directory containing intermediate files to be regenerated
58+
**/tmp
59+
#
5560
.clangd
56-
*.cbuild-idx.yml
61+
# Update config files must be merged before commit
62+
*.update@*
5763
*.cbuild.yml
58-
*.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
5968
RTE_Components.h
60-
**/tmp
69+
# outdated file types
70+
*.cprj

0 commit comments

Comments
 (0)