You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
48 lines
485 B
48 lines
485 B
# Keil 编译输出文件
|
|
*.o
|
|
*.obj
|
|
*.axf
|
|
*.hex
|
|
*.bin
|
|
*.map
|
|
*.lst
|
|
*.lnp
|
|
*.sym
|
|
*.crf
|
|
*.htm
|
|
*.sct
|
|
*.tgt
|
|
*.dep
|
|
*.plg
|
|
*.build_log.htm
|
|
*.iex
|
|
*.ll
|
|
|
|
# Keil 默认输出文件夹
|
|
Objects/
|
|
Listings/
|
|
|
|
# 临时文件和缓存
|
|
*.bak
|
|
*.tmp
|
|
*.swp
|
|
*~
|
|
|
|
# 个人配置文件(不同电脑可能不同)
|
|
*.uvoptx
|
|
*.uvguix.*
|
|
|
|
|
|
# Editor directories and files
|
|
.idea
|
|
.codebuddy
|
|
# .vscode
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
# 排除自动生成的类型文件
|
|
apps/web-antd/types/components.d.ts
|
|
.history
|