40 lines
481 B
Plaintext
40 lines
481 B
Plaintext
## Default .gitignore for VHDPlus Projects
|
|
|
|
## Ignore generated vhdl files, files generated by compiling with quartus
|
|
Generated/
|
|
incremental_db/
|
|
output_files/
|
|
db/
|
|
|
|
## MacOS
|
|
.DS_Store
|
|
|
|
## ModelSim
|
|
Modelsim/
|
|
|
|
## Quartus specific.
|
|
## *.qsf
|
|
## *.qpf
|
|
|
|
## ISSP
|
|
Libraries/.qsys_edit
|
|
|
|
## NIOS
|
|
*.map
|
|
*.objdump
|
|
*.elf
|
|
*.flash
|
|
*.sopcinfo
|
|
|
|
## Clangd
|
|
.clangd/
|
|
.cache/
|
|
obj/
|
|
mem_init/
|
|
|
|
## BSP Libraries
|
|
**/Software/**/generated_bsp/
|
|
**/Software/**/compile_commands.json
|
|
|
|
## Python
|
|
*__pycache__* |