15 lines
174 B
Plaintext
15 lines
174 B
Plaintext
# Compiled binaries
|
|
*.elf
|
|
*.bin
|
|
*.hex
|
|
|
|
# Build artifacts and memory maps
|
|
*.map
|
|
*.o
|
|
*.d
|
|
*.lst
|
|
|
|
# Specifically ignore the output files for our target
|
|
main.elf
|
|
main.bin
|
|
main.map |