Merge branch 'testing-uf' into master-uf
[gnucap-felix.git] / .gitignore
blob74f579aa4e85b0e034258688fdd8e57d2ada8b35
1 ./tmp/*
2 ./*.old
3 *.o
4 *.lo
5 *.in
6 !/gnucap.mk.in
7 *.la
8 *.so
9 Makefile
10 .deps
11 .libs
13 #vim backup files
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
25 src/gnucap
26 modelgen/gnucap-modelgen
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
44 install-sh
45 aclocal.m4
46 autom4te.cache
48 config.log
49 config.status
50 config.guess
51 missing
52 libtool
53 ltmain.sh
55 modelgen/.deps
56 src/.deps
58 stamp-h1
60 # automatic files
61 gnucap-conf
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
82 # are there any?
83 src/*.xml
84 src/*.htm
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
96 TAGS
97 tags
99 gnucap-*.tar.gz
100 =======
101 # output files
102 /main/gnucap
103 /gnucap-conf
104 /gnucap*.tar.gz
105 /modelgen/gnucap-modelgen
107 # intermediate files
109 *.lo
110 *.la
111 .libs
112 .deps
113 /src/config.h
114 /include/patchlev.h
116 # build system
117 /aclocal.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
138 # misc
139 /extern
140 !/extern/README
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
150 # backups