1
0
mirror of https://github.com/github/gitignore synced 2024-11-26 13:44:21 +01:00
gitignore/uVision.gitignore

45 lines
450 B
Plaintext
Raw Normal View History

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