neorv32/.gitignore
stnolting ae515c5b1a
[ci] remove python doit (#1055)
* Update Processor.yml
* Update Documentation.yml
* [ci] remove python doit
2024-10-11 16:23:27 +02:00

37 lines
414 B
Text

# generated app files
*.bin
*.coe
*.mem
*.mif
*.o
*.elf
*.asm
*.out
*.hex
*_image.vhd
# keep default VHDL memory images
!rtl/core/*_image.vhd
# logs
*.gdb_history
*.log
*.jou
# host executables
sw/image_gen/image_gen
*.exe
# temporary files and folders
*.tmp
*.temp
~*
# generated documentation stuff
/docs/doxygen_build/
/docs/.asciidoctor/
/docs/public/
/docs/figures/diag-*.svg
# compiled ghdl stuff
*.cf