1
0
mirror of https://github.com/github/gitignore synced 2024-12-27 07:10:17 +01:00
gitignore/uVision.gitignore

38 lines
396 B
Plaintext
Raw Normal View History

2021-07-02 16:30:06 +08:00
# .gitignore file for Keil µVision
# µVision 5 and µVision 4 Project screen layout file
*.uvguix.*
*.uvgui.*
# Listing Files
*.i
*.lst
# Object and HEX Files
*.axf
*.b[0-2][0-9]
*.b3[0-1]
*.bin
*.d
*.crf
*.elf
*.hex
*.h86
2021-07-08 15:08:57 +08:00
*.iex
2021-07-02 16:30:06 +08:00
*.obj
*.o
*.sbr
# Build Files
# Debugger Files
.ini
# JLink Files
JLinkLog.txt
# Other Files
*.bak
*.build_log.htm
*.dep