R2_UP/.gitignore

37 lines
248 B
Plaintext
Raw Permalink Normal View History

2025-03-12 10:46:02 +08:00
# Keil Clean
*.rar
2025-03-04 21:05:37 +08:00
*.o
2025-03-12 10:46:02 +08:00
*.d
*.crf
*.htm
*.dep
2025-03-04 21:05:37 +08:00
*.map
2025-03-12 10:46:02 +08:00
*.bak
*.lnp
*.lst
*.ini
*.iex
*.sct
*.scvd
*.uvguix
*.dbg*
*.uvguix.*
.mxproject
RTE/
Templates/
Examples/
!*.uvprojx
!*.h
!*.c
!*.ioc
!*.axf
!*.bin
!*.hex
#JLINK file
JLinkLog.txt
*.dbgconf
2025-03-04 21:05:37 +08:00