bs_bcu_app/.gitignore

34 lines
539 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 忽略 Keil5 生成的中间文件和备份文件
*.obj
*.lst
*.bak
*.rpt
*.plg
*.uvgui.*
*.crf
*.map
*.hex
*.axf
*.sct
*.o
*.s19
# 忽略编译器输出目录(如果您有自定义的输出目录)
Objects/
Listings/
Exe/
# 忽略用户设置文件,通常包含调试和布局等信息
*.uvoptx
# 如果使用 Visual Studio Code可以忽略以下目录和文件
.vscode/
*.code-workspace
# 忽略操作系统生成的文件
.DS_Store
Thumbs.db
# 如果使用其他外部工具例如IDE 生成的临时文件)
*.log