mirror of
https://github.com/RobCo-Industries/Pip-OS.git
synced 2026-08-24 02:24:20 -05:00
Co-authored-by: jbltx <1284323+jbltx@users.noreply.github.com>
46 lines
417 B
Plaintext
46 lines
417 B
Plaintext
# Build artifacts
|
|
/build/obj
|
|
/build/*.elf
|
|
/build/*.img
|
|
*.o
|
|
*.elf
|
|
*.bin
|
|
*.img
|
|
|
|
# Build directory (except configuration)
|
|
/build/*
|
|
!/build/Makefile
|
|
!/build/linker.ld
|
|
|
|
# IDE and editor files
|
|
.DS_Store
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
/tmp/
|
|
|
|
# Debug files
|
|
*.dSYM/
|
|
*.su
|
|
*.idb
|
|
*.pdb
|
|
|
|
# Compilation database
|
|
compile_commands.json
|
|
|
|
# Tags files
|
|
tags
|
|
TAGS
|
|
.tags
|
|
.TAGS
|
|
|
|
# Cache
|
|
.cache/
|
|
__pycache__/
|
|
*.pyc
|