From f525892e4c8588eba492a4358e8a1230fc8166cf Mon Sep 17 00:00:00 2001 From: Eugene Lozovoy Date: Mon, 17 Apr 2023 11:57:08 +0300 Subject: [PATCH] init --- .gitignore | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .gitignore 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/