初始化项目
This commit is contained in:
35
.gitignore
vendored
Normal file
35
.gitignore
vendored
Normal file
@@ -0,0 +1,35 @@
|
||||
# Keil MDK-ARM
|
||||
*.uvguix.*
|
||||
*.uvoptx
|
||||
*.lst
|
||||
MDK-ARM/Objects/
|
||||
MDK-ARM/Listings/
|
||||
|
||||
# STM32CubeIDE
|
||||
Debug/
|
||||
Release/
|
||||
.settings/
|
||||
.cproject
|
||||
.project
|
||||
|
||||
# Build output
|
||||
*.o
|
||||
*.d
|
||||
*.elf
|
||||
*.hex
|
||||
*.bin
|
||||
*.map
|
||||
*.axf
|
||||
*.htm
|
||||
*.dep
|
||||
|
||||
# Debug configurations
|
||||
DebugConfig/
|
||||
|
||||
# RTE (unless you want to commit packs)
|
||||
RTE/
|
||||
|
||||
# Temporary files
|
||||
*.bak
|
||||
*.tmp
|
||||
*~
|
||||
Reference in New Issue
Block a user