.
[tatoo.git] / .gitignore
1 gmon.out
2 *.dep*
3 *.cm*
4 *.o
5 *.native
6 *.byte
7 tests/*.results/*_tatoo*
8 *.class
9 tests/trace/*.html
10 tests/trace/*.dot
11 tests/trace/*.svg
12 configure
13 config.status
14 Remakefile
15 Makefile
16 autom4te.cache
17 _build
18 config.log
19 remake
20 .remake
21 src/xpath/xpath_internal_parser.ml
22 src/xpath/xpath_internal_parser.mli
23 src/trace_css.ml
24 src/trace_js.ml
25 tests/xmark*.xml
26 tests/xmark*.xml.queries
27
28