repo.or.cz
/
gnucap-felix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
trace Bug eliminated
[gnucap-felix.git]
/
.gitignore
blob
74f579aa4e85b0e034258688fdd8e57d2ada8b35
1
./tmp/*
2
./*.old
3
*.o
4
*.lo
5
*.in
6
!/gnucap.mk.in
7
*.la
8
*.so
9
Makefile
10
.deps
11
.libs
12
13
#vim backup files
14
*~
15
16
#not yet
17
#src/d_mos*.cc
18
#src/d_mos*.h
19
#src/d_dio*.cc
20
#src/d_dio*.h
21
#src/d_bjt.cc
22
#src/d_bjt.h
23
24
25
src/gnucap
26
modelgen/gnucap-modelgen
27
28
Makefile
29
doc/Makefile
30
modelgen/Makefile
31
src/Makefile
32
examples/Makefile
33
examples/*.ps
34
examples/*.out
35
tests/filter
36
tests/*.ps
37
tests/*.out
38
tests/*.sh
39
tests/*.trs
40
tests/*.log
41
!tests/*.ckt.out
42
43
m4
44
install-sh
45
aclocal.m4
46
autom4te.cache
47
48
config.log
49
config.status
50
config.guess
51
missing
52
libtool
53
ltmain.sh
54
55
modelgen/.deps
56
src/.deps
57
58
stamp-h1
59
60
# automatic files
61
gnucap-conf
62
63
# adms stuff
64
adms/gnucap.xml
65
adms/gnucap_*.xml
66
src/discipline.h
67
src/d_hicum0.h
68
src/d_hicum0.cc
69
src/d_opamp.h
70
src/d_opamp.cc
71
src/d_rtest.h
72
src/d_rtest.cc
73
src/d_ctest.h
74
src/d_ctest.cc
75
src/d_dtest.h
76
src/d_dtest.cc
77
#FIXME
78
src/*.hxx
79
src/.d*adms
80
src/.index.va.adms
81
82
# are there any?
83
src/*.xml
84
src/*.htm
85
86
#verilog stuff
87
d_invert.cc
88
d_invert.h
89
d_lfsr.cc
90
d_lfsr.h
91
d_latch.cc
92
d_latch.h
93
d_clock.cc
94
d_clock.h
95
96
TAGS
97
tags
98
99
gnucap-*.tar.gz
100
=======
101
# output files
102
/main/gnucap
103
/gnucap-conf
104
/gnucap*.tar.gz
105
/modelgen/gnucap-modelgen
106
107
# intermediate files
108
*.o
109
*.lo
110
*.la
111
.libs
112
.deps
113
/src/config.h
114
/include/patchlev.h
115
116
# build system
117
/aclocal.m4
118
/m4
119
/missing
120
/libtool
121
/install-sh
122
/ltmain.sh
123
/configure
124
/config.status
125
/config.log
126
/config.sub
127
/config.guess
128
/src/config.h.in
129
/stamp-h1
130
/depcomp
131
/autom4te.cache
132
/GNUmakefile
133
/GNUmakefile.in
134
Makefile.in
135
Makefile
136
!/Makefile
137
138
# misc
139
/extern
140
!/extern/README
141
142
# built sources
143
apps/d_mos*.h
144
apps/d_mos*.cc
145
apps/d_diode.h
146
apps/d_diode.cc
147
apps/d_bjt.h
148
apps/d_bjt.cc
149
150
# backups
151
*~