mirror of
https://github.com/stnolting/neorv32.git
synced 2025-06-27 17:00:49 -04:00
[.gitignore] cleanup
This commit is contained in:
parent
1f0bbb69f3
commit
60b10738a3
1 changed files with 2 additions and 7 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
@ -17,22 +17,17 @@ build/
|
||||||
# logs
|
# logs
|
||||||
*.gdb_history
|
*.gdb_history
|
||||||
*.log
|
*.log
|
||||||
*.jou
|
|
||||||
|
|
||||||
# host executables
|
# host executables
|
||||||
sw/image_gen/image_gen
|
sw/image_gen/image_gen
|
||||||
*.exe
|
*.exe
|
||||||
|
*.cf
|
||||||
|
|
||||||
# temporary files and folders
|
# temporary files and folders
|
||||||
|
*.bak
|
||||||
*.tmp
|
*.tmp
|
||||||
*.temp
|
|
||||||
~*
|
~*
|
||||||
|
|
||||||
# generated documentation stuff
|
# generated documentation stuff
|
||||||
/docs/doxygen_build/
|
/docs/doxygen_build/
|
||||||
/docs/.asciidoctor/
|
|
||||||
/docs/public/
|
/docs/public/
|
||||||
/docs/figures/diag-*.svg
|
|
||||||
|
|
||||||
# compiled ghdl stuff
|
|
||||||
*.cf
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue