commit f525892e4c8588eba492a4358e8a1230fc8166cf Author: Eugene Lozovoy Date: Mon Apr 17 11:57:08 2023 +0300 init diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..aa69a26 --- /dev/null +++ b/.gitignore @@ -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/