updated due to new makefile options

This commit is contained in:
stnolting 2020-08-19 22:22:54 +02:00
parent 60ecd3a89e
commit 69df88a4ce

13
.gitignore vendored
View file

@ -2,19 +2,20 @@
*.bin
*.o
*.elf
*.s
*.asm
*.out
*_image.vhd
# keep the start-up codes
!sw/common/*.S
# keep default VHDL memory images
!rtl/core/*_image.vhd
# no executables
# no host executables
sw/image_gen/image_gen
sw/image_gen/image_gen.exe
# no temp/legacy files/folders
~*
# no temporary/legacy files/folders
*.tmp
~*
# no stuff generated by doxygen
docs/doxygen_build