| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- # Object files
- *.o
- # Libraries
- *.lib
- *.a
- # Shared objects (inc. Windows DLLs)
- *.dll
- *.so
- *.so.*
- *.dylib
- # Executables
- *.exe
- *.out
- *.app
- #KEIL的过程文件
- *.crf
- *.o
- *.d
- *.axf
- *.htm
- *.lnp
- *.sct
- *.dep
- *.bin
- *.hex
- *.lst
- *.map
- *.uvguix.*
- *.dbgconf
- *.TMP
- *.elf
- OutPut/
- build/
- # vscode,vim等杂项
- .vscode/
- *.swp
- *.pdf
- .cache/
- tags
- compile_commands.json
- compile_flags.txt
- .ycm_extra_conf.py
- .idea/
- /.vs
|