This commit is contained in:
Eugene Lozovoy
2023-04-17 11:57:08 +03:00
commit f525892e4c

22
.gitignore vendored Normal file
View File

@ -0,0 +1,22 @@
## Quartus
/db/
/incremental_db/
/output_files/
/*.dpf
/*.cdf
/*.qws
/*.srf
## Testbench
/ivl_vhdl_work/
/work/
/*.gtkw
/*.vcd
/*.bin
/*.mem
## Etc.
*.bak
*~
*.sublime-*
.vscode/