mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-21 12:47:26 -04:00
38 lines
468 B
Text
38 lines
468 B
Text
# doit databases
|
|
/.doit.db.*
|
|
|
|
# python
|
|
__pycache__
|
|
|
|
# generated app files
|
|
*.bin
|
|
*.o
|
|
*.elf
|
|
*.asm
|
|
*.out
|
|
*.hex
|
|
*_image.vhd
|
|
|
|
# keep default VHDL memory images
|
|
!rtl/core/*_image.vhd
|
|
|
|
# GDB logs
|
|
*.gdb_history
|
|
|
|
# host executables
|
|
sw/image_gen/image_gen
|
|
sw/image_gen/image_gen.exe
|
|
|
|
# temporary/legacy files and folders
|
|
*.tmp
|
|
*.temp
|
|
~*
|
|
|
|
# generated documentation stuff
|
|
/docs/doxygen_build/
|
|
/docs/.asciidoctor/
|
|
/docs/public/
|
|
/docs/figures/diag-*.svg
|
|
|
|
# compiled ghdl stuff
|
|
*.cf
|