-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
84 lines (84 loc) · 1.45 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
/HOWTO
/TODO
/README
/CHANGES
/CHANGES.html
/KNOWN-BUGS
/contrib
/other-docs
config
lib/etc/config
old/
doc/lrm/caph-lrm.pdf
doc/lrm/bin2txt.tex
doc/lrm/caphmake.tex
doc/lrm/mkdcimg.tex
doc/lrm/options-dot.tex
doc/lrm/options-general.tex
doc/lrm/options-simu.tex
doc/lrm/options-systemc.tex
doc/lrm/options-vhdl.tex
doc/lrm/pgm2txt.tex
doc/lrm/txt2pgm.tex
doc/lrm/txt2bin.tex
doc/lrm/bin2pgm.tex
doc/lrm/mkconv.tex
doc/lrm/pgm2bin.tex
doc/lrm/figs/*.graffle
doc/lrm/figs/*.dot
doc/primer/caph-primer.pdf
doc/primer/figs/*.graffle
doc/primer/figs/*.dot
old/
tests/
examples/Howto
examples/demo
examples/nextvers
examples/other
examples/quartus
examples/tocheck
examples/tofix
examples/tosee
examples/do_test
examples/do_tests
examples/working/mocs_summary.*
_build/
man/*.1
man/*.tex
compiler/_tags
compiler/lexer.ml
compiler/options_spec.ml
compiler/parser.ml
compiler/parser.mli
compiler/parser.output
compiler/version.ml
tools/bin2pgm
tools/bin2txt
tools/caphmake
tools/mkconv
tools/mkdcimg
tools/mkproject
tools/pgm2bin
tools/pgm2txt
tools/txt2bin
tools/txt2pgm
gui/Makefile
gui/caph.app/
gui/moc_*.*
gui/ui*.h
gui/qrc_resources.cpp
*.o
bin/
*_mocs.dat
examples/working/*/*/Makefile
examples/working/*/*/Makefile.*
examples/working/*/*/caph.output
examples/working/*/*/*.bin
examples/working/*/*/result*.txt
examples/working/*/*/*.dot
examples/working/*/*/dot/
examples/working/*/*/sim/
examples/working/*/*/systemc/
examples/working/*/*/vhdl/
!examples/do_test
compiler/obsolete/