Skip to content

Commit f1a9aa7

Browse files
authored
Merge pull request #3777 from weycen/add-uVision
Add template for Keil uVision
2 parents a221c22 + 775f588 commit f1a9aa7

1 file changed

Lines changed: 45 additions & 0 deletions

File tree

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

0 commit comments

Comments
 (0)