# 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