.gitignore files

This commit is contained in:
rlar 2012-02-26 16:19:58 +01:00
parent 80a039983e
commit 9f017ea557
9 changed files with 135 additions and 0 deletions

54
.gitignore vendored Normal file
View File

@ -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

6
src/xspice/.gitignore vendored Normal file
View File

@ -0,0 +1,6 @@
/cmpp/cmpp
/icm/GNUmakefile
/icm/makedefs
!/examples/*/Makefile

7
src/xspice/cmpp/.gitignore vendored Executable file
View File

@ -0,0 +1,7 @@
/mod_yacc.c
/mod_yacc.h
/mod_lex.c
/ifs_yacc.c
/ifs_yacc.h
/ifs_lex.c

12
src/xspice/icm/analog/.gitignore vendored Normal file
View File

@ -0,0 +1,12 @@
/analog.cm
/cmextrn.h
/cminfo.h
/dlmain.c
/objects.inc
/udnextrn.h
/udninfo.h
/*/*.c
!/*/udnfunc.c

12
src/xspice/icm/digital/.gitignore vendored Normal file
View File

@ -0,0 +1,12 @@
/digital.cm
/cmextrn.h
/cminfo.h
/dlmain.c
/objects.inc
/udnextrn.h
/udninfo.h
/*/*.c
!/*/udnfunc.c

12
src/xspice/icm/spice2poly/.gitignore vendored Normal file
View File

@ -0,0 +1,12 @@
/spice2poly.cm
/cmextrn.h
/cminfo.h
/dlmain.c
/objects.inc
/udnextrn.h
/udninfo.h
/*/*.c
!/*/udnfunc.c

12
src/xspice/icm/xtradev/.gitignore vendored Normal file
View File

@ -0,0 +1,12 @@
/xtradev.cm
/cmextrn.h
/cminfo.h
/dlmain.c
/objects.inc
/udnextrn.h
/udninfo.h
/*/*.c
!/*/udnfunc.c

12
src/xspice/icm/xtraevt/.gitignore vendored Normal file
View File

@ -0,0 +1,12 @@
/xtraevt.cm
/cmextrn.h
/cminfo.h
/dlmain.c
/objects.inc
/udnextrn.h
/udninfo.h
/*/*.c
!/*/udnfunc.c

8
tests/.gitignore vendored Normal file
View File

@ -0,0 +1,8 @@
*.test
*.log
ngspiceCkt
/xspice/digital/spinit
results/