mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-23 21:57:33 -04:00
updated due to new makefile options
This commit is contained in:
parent
60ecd3a89e
commit
69df88a4ce
1 changed files with 7 additions and 6 deletions
13
.gitignore
vendored
13
.gitignore
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue