| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- # Reference to https://blog.csdn.net/u010160335/article/details/80068175
- # reference to keil->help->µvision user's guide->appendix->b. File types
- # project files
- !*.opt
- *.uvgui.*
- *.uvguix.*
- !*.uvmpw
- !*.uvproj
- !*.uvprojx
- !*.uvopt
- !*.uvoptx
- !*.uv2
- # source files
- !*.a51
- !*.a66
- !*.c
- !*.cpp
- !*.h
- !*.inc
- !*.s
- !*.src
- # listing files
- *.cod
- *.htm
- *.i
- *.lst
- *.map
- *.m51
- *.m66
- *.scr
- # object and hex files
- # *.
- *.axf
- !*.bin
- *.d
- *.crf
- *.elf
- !*.hex
- *.h86
- *.lib
- *.obj
- *.o
- *.sbr
- # build files
- *.bat
- *._ia
- *.__i
- *._ii
- *.scr
- # debugger files
- *.ini
- # other files
- *.build_log.htm
- *.cdb
- *.dep
- *.ic
- *.lin
- *.lnp
- *.orc
- *.pack
- *.pdsc
- *.plg
- project_gui.xsd
- project_mpw.xsd
- project_opt.xsd
- project_proj.xsd
- *.sct
- *.uvl
- *.uvla
- *.uvtsk
- *.sfd
- *.sfr
- *.svd.xml
- *.svd
- *.xml
- *.cmsis
- *.eide
- *.vscode
- *.clang_format
- *.uvoptx
- Bash.exe.stackdump
|