RTU/.gitignore

25 lines
198 B
Plaintext

# 只忽略编译出来的二进制、目标文件
*.o
*.a
*.obj
*.lib
*.exe
*.out
*.elf
*.hex
*.map
*.d
*.su
*.pdb
*.idb
*.gch
# 编译临时目录
obj/
build/
lib/
tmp/
# vscode 缓存
.vscode/