diff options
author | Friedrich Beckmann <friedrich.beckmann@hs-augsburg.de> | 2024-04-28 13:12:28 +0200 |
---|---|---|
committer | Friedrich Beckmann <friedrich.beckmann@hs-augsburg.de> | 2024-04-28 13:12:28 +0200 |
commit | 3520f812cb9a382ecdd4a3dfb0611de2840a44e1 (patch) | |
tree | 3b3eb1a1d1d61ca76c9932f758c98eff19864ed0 | |
parent | d4e117939818af4ed0e148f6352a81c19fa4631c (diff) |
.gitignore: add ghdl generated files and quartus_vhdl..
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -8,11 +8,16 @@ # ModelSim working library work +# ghdl generated files +*.cf +*.ghw + # Quartus internal database db incremental_db # Generated quartus files +quartus_vhdl_source_files.tcl *.rpt *.done *.smsg @@ -26,4 +31,5 @@ incremental_db *.ini *.log *.sdc +*.jdi |