Initial empty commit
This commit is contained in:
33
.gitignore
vendored
Normal file
33
.gitignore
vendored
Normal file
@@ -0,0 +1,33 @@
|
|||||||
|
# Build output
|
||||||
|
Debug/
|
||||||
|
Release/
|
||||||
|
build/
|
||||||
|
|
||||||
|
# STM32CubeIDE / Eclipse temporary files
|
||||||
|
.settings/
|
||||||
|
.metadata/
|
||||||
|
.idea/
|
||||||
|
.vscode/
|
||||||
|
|
||||||
|
# Generated binaries / objects
|
||||||
|
*.o
|
||||||
|
*.d
|
||||||
|
*.su
|
||||||
|
*.elf
|
||||||
|
*.map
|
||||||
|
*.list
|
||||||
|
*.hex
|
||||||
|
*.bin
|
||||||
|
|
||||||
|
# Logs / temp
|
||||||
|
*.log
|
||||||
|
*.tmp
|
||||||
|
|
||||||
|
# OS files
|
||||||
|
Thumbs.db
|
||||||
|
Desktop.ini
|
||||||
|
.DS_Store
|
||||||
|
|
||||||
|
# Python/tool temp if you use scripts
|
||||||
|
__pycache__/
|
||||||
|
*.pyc
|
||||||
Reference in New Issue
Block a user