22 lines
304 B
Plaintext
22 lines
304 B
Plaintext
# Bare-metal RISC-V build artifacts (riscv64-unknown-elf-gcc / ld / objcopy).
|
|
# Source (.c, .S, .h, *.ld linker scripts, Makefiles) stays tracked.
|
|
|
|
# Object / archive / dependency files
|
|
*.o
|
|
*.a
|
|
*.d
|
|
|
|
# Linked outputs
|
|
*.elf
|
|
*.bin
|
|
*.hex
|
|
*.map
|
|
*.lst
|
|
*.dis
|
|
*.dump
|
|
|
|
# Common build directories
|
|
build/
|
|
obj/
|
|
out/
|