mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-23 21:57:33 -04:00
cleanups global .gitignore
This commit is contained in:
parent
e8a97c9dc0
commit
9e5382b7f5
1 changed files with 6 additions and 6 deletions
12
.gitignore
vendored
12
.gitignore
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue