mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-23 21:57:33 -04:00
update .gitignore
This commit is contained in:
parent
161bafe63f
commit
f04d5689ef
1 changed files with 9 additions and 5 deletions
14
.gitignore
vendored
14
.gitignore
vendored
|
@ -1,4 +1,4 @@
|
|||
# no generated application files
|
||||
# generated application files
|
||||
*.bin
|
||||
*.o
|
||||
*.elf
|
||||
|
@ -9,18 +9,22 @@
|
|||
# keep default VHDL memory images
|
||||
!rtl/core/*_image.vhd
|
||||
|
||||
# no host executables
|
||||
# host executables
|
||||
sw/image_gen/image_gen
|
||||
sw/image_gen/image_gen.exe
|
||||
|
||||
# no temporary/legacy files/folders
|
||||
# temporary/legacy files/folders
|
||||
*.tmp
|
||||
~*
|
||||
|
||||
# no generated documentation stuff
|
||||
# generated documentation stuff
|
||||
/docs/doxygen_build/
|
||||
/docs/.asciidoctor/
|
||||
/docs/public/
|
||||
|
||||
# no compiled ghdl stuff
|
||||
# compiled ghdl stuff
|
||||
*.cf
|
||||
*.o
|
||||
|
||||
# example bitstreams
|
||||
/examples/*.bit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue