1
0
mirror of https://github.com/github/gitignore synced 2024-11-26 13:44:21 +01:00
gitignore/uVision.gitignore
Chengwei Qiu af9d6ae6ea
Update uVision.gitignore
Add *.map, *.m51, *.m66, *.h86. *.bat, and some category adjustments.
2021-07-13 11:17:32 +08:00

45 lines
450 B
Plaintext

# git ignore file for Keil µVision Project
# µVision 5 and µVision 4 Project screen layout file
*.uvguix.*
*.uvgui.*
# Listing Files
*.i
*.lst
*.m51
*.m66
*.map
# Object Files
*.axf
*.b[0-2][0-9]
*.b3[0-1]
*.crf
*.d
*.elf
*.htm
*.iex
*.o
*.obj
*.sbr
# Firmware Files
*.bin
*.h86
*.hex
# Build Files
.bat
# Debugger Files
.ini
# JLink Files
JLinkLog.txt
# Other Files
*.bak
*.build_log.htm
*.dep