Initial commit
This commit is contained in:
59
.gitignore
vendored
Normal file
59
.gitignore
vendored
Normal file
@@ -0,0 +1,59 @@
|
||||
# Keil uVision project files
|
||||
*.uvproj
|
||||
*.uvprojx
|
||||
*.uvopt
|
||||
*.uvoptx
|
||||
*.mdklaunch
|
||||
|
||||
# Build output
|
||||
*.axf
|
||||
*.crf
|
||||
*.o
|
||||
*.d
|
||||
*.hex
|
||||
*.bin
|
||||
*.lst
|
||||
*.map
|
||||
*.htm
|
||||
*.h51
|
||||
*.lnp
|
||||
*.sct
|
||||
|
||||
# Debug files
|
||||
*.dbg*
|
||||
*.ini
|
||||
|
||||
# User files
|
||||
*.plg
|
||||
*.bak
|
||||
*.log
|
||||
|
||||
# IDE files
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
# System files
|
||||
Thumbs.db
|
||||
.DS_Store
|
||||
|
||||
# Large files
|
||||
sdram_map.xlsx
|
||||
|
||||
# Middleware libraries
|
||||
Middlewares/
|
||||
Utilities/
|
||||
|
||||
# USB files
|
||||
USB_DEVICE/
|
||||
USB_HOST/
|
||||
|
||||
# MDK-ARM directory
|
||||
MDK-ARM/
|
||||
|
||||
# STM32CubeMX files
|
||||
*.ioc
|
||||
|
||||
# Build directories
|
||||
build/
|
||||
debug/
|
||||
release/
|
||||
Reference in New Issue
Block a user