From 46bee50e45ef8f3e9f3727649fa24d50bb2fc782 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Fri, 28 Aug 2015 16:44:04 +0800 Subject: complate list of gitignores and licenses --- conf/gitignore/ModelSim | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 conf/gitignore/ModelSim (limited to 'conf/gitignore/ModelSim') diff --git a/conf/gitignore/ModelSim b/conf/gitignore/ModelSim new file mode 100644 index 00000000..46592b86 --- /dev/null +++ b/conf/gitignore/ModelSim @@ -0,0 +1,23 @@ +# ignore ModelSim generated files and directories (temp files and so on) +[_@]* + +# ignore compilation output of ModelSim +*.mti +*.dat +*.dbs +*.psm +*.bak +*.cmp +*.jpg +*.html +*.bsf + +# ignore simulation output of ModelSim +wlf* +*.wlf +*.vstf +*.ucdb +cov*/ +transcript* +sc_dpiheader.h +vsim.dbg -- cgit v1.2.3