Update .gitignore

This commit is contained in:
stnolting 2024-05-03 16:45:23 +02:00
parent b033427b59
commit 9f6d244648

8
.gitignore vendored
View file

@ -16,14 +16,16 @@ __pycache__
# keep default VHDL memory images
!rtl/core/*_image.vhd
# GDB logs
# logs
*.gdb_history
*.log
*.jou
# host executables
sw/image_gen/image_gen
sw/image_gen/image_gen.exe
*.exe
# temporary/legacy files and folders
# temporary files and folders
*.tmp
*.temp
~*