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
|
||||
*.d
|
||||
*.bin
|
||||
*.elf
|
||||
*.packed.bin
|
||||
firmware
|
||||
/firmware.packed.bin
|
||||
/firmware.bin
|
||||
/compiled-firmware
|
||||
.cache
|
||||
compile_commands.json
|
||||
.vscode
|
||||
/docs
|
||||
k5_eeprom.raw
|
||||
|
||||
# IDE
|
||||
*.swp
|
||||
*~
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
*.pyc
|
||||
|
||||
Reference in New Issue
Block a user