From c88583264c9d84d8d4d459ae5ec97576a0498af6 Mon Sep 17 00:00:00 2001 From: Cary R Date: Fri, 10 Jul 2009 19:09:22 -0700 Subject: [PATCH] V0.8 add .gitignore file Add a .gitignore file like V0.9 and development have. This is a slightly modified version to match V0.8. --- .gitignore | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..80c682f2e --- /dev/null +++ b/.gitignore @@ -0,0 +1,72 @@ +# Lines that start with '#' are comments. +# +# This file is for the development branch of Icarus Verilog. +# +# The following files will be ignored by git. + +# Object files and libraries +*.[oa] + +# From autoconf +configure +config.log +config.status +Makefile + +/_pli_types.h +config.h +/tgt-vvp/vvp_config.h +/vpi/vpi_config.h + +# Directories +autom4te.cache +dep + +# Compiler back end and library files +/tgt-vvp/*.conf +*.tgt +*.vpi +/cadpli/cadpli.vpl + +# lex, yacc and gperf output +/driver/cflexor.c +/driver/cfparse.c +/driver/cfparse.h +/driver/cfparse.output + +/ivlpp/lexor.c +/ivlpp/parse.c +/ivlpp/parse.h +/ivlpp/parse.output + +/lexor.cc +/lexor_keyword.cc +/parse.cc +/parse.h +/parse.output +/syn-rules.cc +/syn-rules.output + +/vpi/sys_readmem_lex.c + +/vvp/lexor.cc +/vvp/parse.cc +/vvp/parse.h +/vvp/parse.output + +# Program created files +/vvp/tables.cc + +# The executables. +*.exe +/driver/iverilog +/iverilog-vpi +/ivl +/ivlpp/ivlpp +/vvp/vvp + +/ivl.exp +/vvp/vvp.exp + +# Check output +/check.vvp