Update uVision.gitignore
Add *.map, *.m51, *.m66, *.h86. *.bat, and some category adjustments.
This commit is contained in:
parent
d80f0fe453
commit
af9d6ae6ea
@ -1,4 +1,4 @@
|
|||||||
# .gitignore file for Keil µVision
|
# git ignore file for Keil µVision Project
|
||||||
|
|
||||||
# µVision 5 and µVision 4 Project screen layout file
|
# µVision 5 and µVision 4 Project screen layout file
|
||||||
*.uvguix.*
|
*.uvguix.*
|
||||||
@ -7,23 +7,30 @@
|
|||||||
# Listing Files
|
# Listing Files
|
||||||
*.i
|
*.i
|
||||||
*.lst
|
*.lst
|
||||||
|
*.m51
|
||||||
|
*.m66
|
||||||
|
*.map
|
||||||
|
|
||||||
# Object and HEX Files
|
# Object Files
|
||||||
*.axf
|
*.axf
|
||||||
*.b[0-2][0-9]
|
*.b[0-2][0-9]
|
||||||
*.b3[0-1]
|
*.b3[0-1]
|
||||||
*.bin
|
|
||||||
*.d
|
|
||||||
*.crf
|
*.crf
|
||||||
|
*.d
|
||||||
*.elf
|
*.elf
|
||||||
*.hex
|
*.htm
|
||||||
*.h86
|
|
||||||
*.iex
|
*.iex
|
||||||
*.obj
|
|
||||||
*.o
|
*.o
|
||||||
|
*.obj
|
||||||
*.sbr
|
*.sbr
|
||||||
|
|
||||||
|
# Firmware Files
|
||||||
|
*.bin
|
||||||
|
*.h86
|
||||||
|
*.hex
|
||||||
|
|
||||||
# Build Files
|
# Build Files
|
||||||
|
.bat
|
||||||
|
|
||||||
# Debugger Files
|
# Debugger Files
|
||||||
.ini
|
.ini
|
||||||
|
Loading…
Reference in New Issue
Block a user