mirror of
https://github.com/antonblanchard/microwatt.git
synced 2026-01-11 23:43:15 +00:00
Building the mw_debug program leaves build artifacts in microwatt/scripts/mw_debug causing noise in the output of `git status`. This commit adds them to .gitignore. Signed-off-by: Boris Shingarov <shingarov@labware.com>
20 lines
224 B
Plaintext
20 lines
224 B
Plaintext
*.o
|
|
*~
|
|
*.cf
|
|
*.s
|
|
*.bit
|
|
*_out.config
|
|
microwatt.json
|
|
microwatt.svf
|
|
*_tb
|
|
main_ram.bin
|
|
tests/*/*.bin
|
|
tests/*/*.hex
|
|
tests/*/*.elf
|
|
TAGS
|
|
litedram/build/*
|
|
liteeth/build/*
|
|
obj_dir/*
|
|
/scripts/mw_debug/urjtag
|
|
/scripts/mw_debug/mw_debug
|