Skip to content

Commit af9d6ae

Browse files
author
Chengwei Qiu
authored
Update uVision.gitignore
Add *.map, *.m51, *.m66, *.h86. *.bat, and some category adjustments.
1 parent d80f0fe commit af9d6ae

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

uVision.gitignore

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# .gitignore file for Keil µVision
1+
# git ignore file for Keil µVision Project
22

33
# µVision 5 and µVision 4 Project screen layout file
44
*.uvguix.*
@@ -7,23 +7,30 @@
77
# Listing Files
88
*.i
99
*.lst
10+
*.m51
11+
*.m66
12+
*.map
1013

11-
# Object and HEX Files
14+
# Object Files
1215
*.axf
1316
*.b[0-2][0-9]
1417
*.b3[0-1]
15-
*.bin
16-
*.d
1718
*.crf
19+
*.d
1820
*.elf
19-
*.hex
20-
*.h86
21+
*.htm
2122
*.iex
22-
*.obj
2323
*.o
24+
*.obj
2425
*.sbr
2526

27+
# Firmware Files
28+
*.bin
29+
*.h86
30+
*.hex
31+
2632
# Build Files
33+
.bat
2734

2835
# Debugger Files
2936
.ini

0 commit comments

Comments
 (0)