update .gitignore

This commit is contained in:
umarcor 2021-06-05 05:47:45 +02:00
parent 161bafe63f
commit f04d5689ef

14
.gitignore vendored
View file

@ -1,4 +1,4 @@
# no generated application files
# generated application files
*.bin
*.o
*.elf
@ -9,18 +9,22 @@
# keep default VHDL memory images
!rtl/core/*_image.vhd
# no host executables
# host executables
sw/image_gen/image_gen
sw/image_gen/image_gen.exe
# no temporary/legacy files/folders
# temporary/legacy files/folders
*.tmp
~*
# no generated documentation stuff
# generated documentation stuff
/docs/doxygen_build/
/docs/.asciidoctor/
/docs/public/
# no compiled ghdl stuff
# compiled ghdl stuff
*.cf
*.o
# example bitstreams
/examples/*.bit