Skip to content

Commit 956fd0f

Browse files
author
weycen
committed
feat: Add template for Keil uVision
1 parent 991e760 commit 956fd0f

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

uVision.gitignore

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# .gitignore file for Keil µVision
2+
3+
# µVision 5 and µVision 4 Project screen layout file
4+
*.uvguix.*
5+
*.uvgui.*
6+
7+
# Listing Files
8+
*.i
9+
*.lst
10+
11+
# Object and HEX Files
12+
*.axf
13+
*.b[0-2][0-9]
14+
*.b3[0-1]
15+
*.bin
16+
*.d
17+
*.crf
18+
*.elf
19+
*.hex
20+
*.h86
21+
*.obj
22+
*.o
23+
*.sbr
24+
25+
# Build Files
26+
27+
# Debugger Files
28+
.ini
29+
30+
# JLink Files
31+
JLinkLog.txt
32+
33+
# Other Files
34+
*.bak
35+
*.build_log.htm
36+
*.dep

0 commit comments

Comments
 (0)