Added .cvsignore files
This commit is contained in:
parent
75fe905cc9
commit
6f529b3612
|
|
@ -0,0 +1,3 @@
|
|||
Makefile.in
|
||||
Makefile
|
||||
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
Makefile.in
|
||||
Makefile
|
||||
.deps
|
||||
|
||||
|
|
@ -9,3 +9,4 @@ ifs_yacc.c
|
|||
ifs_yacc.h
|
||||
ifs_lex.c
|
||||
cmpp.exe
|
||||
cmpp
|
||||
|
|
|
|||
|
|
@ -19,6 +19,8 @@ AUTHORS
|
|||
MODIFICATIONS
|
||||
|
||||
<date> <person name> <nature of modifications>
|
||||
20050420 Steven Borley Renamed strcmpi() to local_strcmpi() to avoid
|
||||
clash with strcmpi() in a windows header file.
|
||||
|
||||
SUMMARY
|
||||
|
||||
|
|
|
|||
|
|
@ -0,0 +1,4 @@
|
|||
Makefile.in
|
||||
Makefile
|
||||
.deps
|
||||
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
Makefile.in
|
||||
Makefile
|
||||
.deps
|
||||
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
makedefs
|
||||
.deps
|
||||
|
|
@ -31,7 +31,7 @@ and does "make".)
|
|||
|
||||
6. Read the codemodel into ngspice in the following way:
|
||||
|
||||
ngspice 1 -> codemodel /usr/local/src/tclspice-0.2.10/src/xspice/icm/spice2poly.cm
|
||||
ngspice 1 -> codemodel /usr/local/lib/spice/spice2poly.cm
|
||||
|
||||
(Of course, you should point to the location where *you* built
|
||||
spice2poly.cm!) You might want to put this invocation into your
|
||||
|
|
|
|||
|
|
@ -0,0 +1,4 @@
|
|||
Makefile.in
|
||||
Makefile
|
||||
.deps
|
||||
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
Makefile.in
|
||||
Makefile
|
||||
.deps
|
||||
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
Makefile.in
|
||||
Makefile
|
||||
.deps
|
||||
|
||||
Loading…
Reference in New Issue