Add .gitignore, remove build artifacts from tracking
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
28
.gitignore
vendored
28
.gitignore
vendored
@@ -1,11 +1,21 @@
|
|||||||
*.d
|
# Build artifacts
|
||||||
*.o
|
*.o
|
||||||
|
*.d
|
||||||
|
*.bin
|
||||||
|
*.elf
|
||||||
|
*.packed.bin
|
||||||
firmware
|
firmware
|
||||||
/firmware.packed.bin
|
|
||||||
/firmware.bin
|
# IDE
|
||||||
/compiled-firmware
|
*.swp
|
||||||
.cache
|
*~
|
||||||
compile_commands.json
|
.vscode/
|
||||||
.vscode
|
.idea/
|
||||||
/docs
|
|
||||||
k5_eeprom.raw
|
# OS
|
||||||
|
.DS_Store
|
||||||
|
Thumbs.db
|
||||||
|
|
||||||
|
# Python
|
||||||
|
__pycache__/
|
||||||
|
*.pyc
|
||||||
|
|||||||
Reference in New Issue
Block a user