From 9f017ea55745c0a053dabbaa69f6665b797bec91 Mon Sep 17 00:00:00 2001 From: rlar Date: Sun, 26 Feb 2012 16:19:58 +0100 Subject: [PATCH] .gitignore files --- .gitignore | 54 ++++++++++++++++++++++++++++ src/xspice/.gitignore | 6 ++++ src/xspice/cmpp/.gitignore | 7 ++++ src/xspice/icm/analog/.gitignore | 12 +++++++ src/xspice/icm/digital/.gitignore | 12 +++++++ src/xspice/icm/spice2poly/.gitignore | 12 +++++++ src/xspice/icm/xtradev/.gitignore | 12 +++++++ src/xspice/icm/xtraevt/.gitignore | 12 +++++++ tests/.gitignore | 8 +++++ 9 files changed, 135 insertions(+) create mode 100644 .gitignore create mode 100644 src/xspice/.gitignore create mode 100755 src/xspice/cmpp/.gitignore create mode 100644 src/xspice/icm/analog/.gitignore create mode 100644 src/xspice/icm/digital/.gitignore create mode 100644 src/xspice/icm/spice2poly/.gitignore create mode 100644 src/xspice/icm/xtradev/.gitignore create mode 100644 src/xspice/icm/xtraevt/.gitignore create mode 100644 tests/.gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..7b2cb597d --- /dev/null +++ b/.gitignore @@ -0,0 +1,54 @@ +# NOTE! Please use 'git ls-files -i --exclude-standard' +# command after changing this file, to see if there are +# any tracked files which get ignored after the change. +# +# (compile "git ls-files -i --exclude-standard") + +Makefile +Makefile.in + +.deps +*.o +*.lo +*.la +.libs + +*.orig +*~ +\#*# + +/autom4te.cache +/compile +/config.guess +/config.log +/config.status +/config.sub +/configure +/depcomp +/install-sh +/libtool +/ltmain.sh +/aclocal.m4 +/m4 +/missing +/ylwrap + +/src/include/ngspice/config.h.in +/src/include/ngspice/config.h +/src/include/ngspice/stamp-h1 + +/src/maths/cmaths/test_cx_cph +/src/maths/cmaths/test_cx_j +/src/maths/cmaths/test_cx_mag +/src/maths/cmaths/test_cx_ph + +/src/ngmakeidx +/src/ngmultidec +/src/ngnutmeg +/src/ngproc2mod +/src/ngsconvert +/src/ngspice +/src/ngspice.idx +/src/spinit + +!/xgraph/Makefile.in diff --git a/src/xspice/.gitignore b/src/xspice/.gitignore new file mode 100644 index 000000000..4985854d5 --- /dev/null +++ b/src/xspice/.gitignore @@ -0,0 +1,6 @@ +/cmpp/cmpp + +/icm/GNUmakefile +/icm/makedefs + +!/examples/*/Makefile diff --git a/src/xspice/cmpp/.gitignore b/src/xspice/cmpp/.gitignore new file mode 100755 index 000000000..31f94eedf --- /dev/null +++ b/src/xspice/cmpp/.gitignore @@ -0,0 +1,7 @@ +/mod_yacc.c +/mod_yacc.h +/mod_lex.c + +/ifs_yacc.c +/ifs_yacc.h +/ifs_lex.c diff --git a/src/xspice/icm/analog/.gitignore b/src/xspice/icm/analog/.gitignore new file mode 100644 index 000000000..abef3a30c --- /dev/null +++ b/src/xspice/icm/analog/.gitignore @@ -0,0 +1,12 @@ +/analog.cm + +/cmextrn.h +/cminfo.h +/dlmain.c +/objects.inc +/udnextrn.h +/udninfo.h + +/*/*.c + +!/*/udnfunc.c diff --git a/src/xspice/icm/digital/.gitignore b/src/xspice/icm/digital/.gitignore new file mode 100644 index 000000000..a766619af --- /dev/null +++ b/src/xspice/icm/digital/.gitignore @@ -0,0 +1,12 @@ +/digital.cm + +/cmextrn.h +/cminfo.h +/dlmain.c +/objects.inc +/udnextrn.h +/udninfo.h + +/*/*.c + +!/*/udnfunc.c diff --git a/src/xspice/icm/spice2poly/.gitignore b/src/xspice/icm/spice2poly/.gitignore new file mode 100644 index 000000000..27b44acbe --- /dev/null +++ b/src/xspice/icm/spice2poly/.gitignore @@ -0,0 +1,12 @@ +/spice2poly.cm + +/cmextrn.h +/cminfo.h +/dlmain.c +/objects.inc +/udnextrn.h +/udninfo.h + +/*/*.c + +!/*/udnfunc.c diff --git a/src/xspice/icm/xtradev/.gitignore b/src/xspice/icm/xtradev/.gitignore new file mode 100644 index 000000000..efea9c1c9 --- /dev/null +++ b/src/xspice/icm/xtradev/.gitignore @@ -0,0 +1,12 @@ +/xtradev.cm + +/cmextrn.h +/cminfo.h +/dlmain.c +/objects.inc +/udnextrn.h +/udninfo.h + +/*/*.c + +!/*/udnfunc.c diff --git a/src/xspice/icm/xtraevt/.gitignore b/src/xspice/icm/xtraevt/.gitignore new file mode 100644 index 000000000..a27aace1d --- /dev/null +++ b/src/xspice/icm/xtraevt/.gitignore @@ -0,0 +1,12 @@ +/xtraevt.cm + +/cmextrn.h +/cminfo.h +/dlmain.c +/objects.inc +/udnextrn.h +/udninfo.h + +/*/*.c + +!/*/udnfunc.c diff --git a/tests/.gitignore b/tests/.gitignore new file mode 100644 index 000000000..27779af0b --- /dev/null +++ b/tests/.gitignore @@ -0,0 +1,8 @@ +*.test +*.log + +ngspiceCkt + +/xspice/digital/spinit + +results/