tests: Rework test suite
[babeltrace.git] / .gitignore
1 /tests/ctf-writer/ctf_writer
2 /tests/lib/plugin
3 /tests/lib/test_bitfield
4 /tests/lib/test_bt_values
5 /tests/lib/test_graph_topo
6 /tests/lib/test_trace_ir_ref
7 /tests/plugins/flt.lttng-utils.debug-info/test_bin_info
8 /tests/plugins/flt.lttng-utils.debug-info/test_dwarf
9 /tests/plugins/src.ctf.fs/succeed/gen-trace-simple
10 *~
11 *.o
12 *.a
13 *.la
14 *.lo
15 *.exe
16 .libs
17 .deps
18 *.bkp
19 *.trs
20 ctf-lexer.c
21 ctf-parser.c
22 ctf-parser.h
23 ctf-parser-test
24 /src/plugins/ctf/common/metadata/lexer.c
25 /src/plugins/ctf/common/metadata/parser.c
26 /src/plugins/ctf/common/metadata/parser.h
27 /src/plugins/ctf/common/metadata/parser.output
28 /src/cli/babeltrace2
29 /src/cli/babeltrace2.bin
30 /src/cli/babeltrace2-log
31 /src/cli/babeltrace2-log.bin
32 /src/common/config.h
33 /src/common/config.h.in
34 /src/common/version.i
35 /src/common/version.i.tmp
36 /config.status
37 *.log
38 aclocal.m4
39 /m4/libtool.m4
40 /m4/lt~obsolete.m4
41 /m4/ltoptions.m4
42 /m4/ltsugar.m4
43 /m4/ltversion.m4
44 libtool
45 /configure
46 Makefile
47 Makefile.in
48 autom4te.cache/
49 config/
50 core
51 stamp-h1
52 __pycache__
53 /src/babeltrace2.pc
54 /src/babeltrace2-ctf-writer.pc
55 TAGS
56 cscope*
57 doc/api/Doxyfile
58 *.gcno
59 *.gcda
60 *.gcov
61 *.html
62 *.stamp
63 *.swp
64 .theia
This page took 0.033589 seconds and 5 git commands to generate.