cleanups global .gitignore

This commit is contained in:
stnolting 2024-01-28 20:36:53 +01:00
parent e8a97c9dc0
commit 9e5382b7f5

12
.gitignore vendored
View file

@ -4,7 +4,7 @@
# python
__pycache__
# generated application files
# generated app files
*.bin
*.o
*.elf
@ -13,18 +13,19 @@ __pycache__
*.hex
*_image.vhd
# GDB logs
*.gdb_history
# 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/folders
# temporary/legacy files and folders
*.tmp
*.temp
~*
# generated documentation stuff
@ -35,4 +36,3 @@ sw/image_gen/image_gen.exe
# compiled ghdl stuff
*.cf
*.o