tests: build system spring cleanup
[babeltrace.git] / .gitignore
1 *~
2 /tests/cli/test_convert_args
3 /tests/cli/test_debug_info
4 /tests/cli/test_intersection
5 /tests/cli/test_packet_seq_num
6 /tests/cli/test_trace_copy
7 /tests/cli/test_trace_read
8 /tests/cli/test_trimmer
9 /tests/bin/intersection/bt_python_helper.py
10 /tests/bin/intersection/test_intersection
11 /tests/bin/test_packet_seq_num
12 /tests/bin/test_trace_read
13 /tests/lib/test_bitfield
14 /tests/lib/test_bt_ctf_field_type_validation
15 /tests/lib/test_bt_objects
16 /tests/lib/test_bt_values
17 /tests/lib/test_trace_ir_ref
18 /tests/lib/test_ctf_writer
19 /tests/lib/test_ctf_writer_complete
20 /tests/lib/test_ir_visit
21 /tests/lib/test_trace_listener
22 /tests/lib/test_plugin
23 /tests/lib/test_plugin_complete
24 /tests/lib/writer/bt_python_helper.py
25 /tests/lib/writer/test_ctf_writer_empty_packet.py
26 /tests/lib/writer/test_ctf_writer_no_packet_context.py
27 /tests/lib/test_bt_message_iterator
28 /tests/lib/test_cc_prio_map
29 /tests/lib/test_graph_topo
30 /tests/lib/trace-ir/test_trace_ir
31 /tests/lib/ctf-writer/test_ctf_writer
32 /tests/plugins/test-utils-muxer
33 /tests/plugins/test_utils_muxer_complete
34 /tests/plugins/test_lttng_utils_debug_info
35 /tests/plugins/test_bin_info_i386-linux-gnu
36 /tests/plugins/test_bin_info_powerpc-linux-gnu
37 /tests/plugins/test_bin_info_powerpc64le-linux-gnu
38 /tests/plugins/test_bin_info_x86_64-linux-gnu
39 /tests/plugins/test_bin_info
40 /tests/plugins/test_dwarf_i386-linux-gnu
41 /tests/plugins/test_dwarf_powerpc-linux-gnu
42 /tests/plugins/test_dwarf_powerpc64le-linux-gnu
43 /tests/plugins/test_dwarf_x86_64-linux-gnu
44 /tests/plugins/test_dwarf
45 /tests/plugins/ctf/test_ctf_plugin
46 /tests/utils/common.sh
47 *.o
48 *.a
49 *.la
50 *.lo
51 *.exe
52 .libs
53 .deps
54 *.bkp
55 *.trs
56 ctf-lexer.c
57 ctf-parser.c
58 ctf-parser.h
59 ctf-parser-test
60 plugins/ctf/common/metadata/lexer.c
61 plugins/ctf/common/metadata/parser.c
62 plugins/ctf/common/metadata/parser.h
63 plugins/ctf/common/metadata/parser.output
64 /cli/babeltrace
65 /cli/babeltrace.bin
66 /cli/babeltrace-log
67 /cli/babeltrace-log.bin
68 /include/config.h
69 /include/config.h.in
70 /include/version.i
71 /include/version.i.tmp
72 /config.status
73 *.log
74 aclocal.m4
75 /m4/libtool.m4
76 /m4/lt~obsolete.m4
77 /m4/ltoptions.m4
78 /m4/ltsugar.m4
79 /m4/ltversion.m4
80 libtool
81 /configure
82 Makefile
83 Makefile.in
84 autom4te.cache/
85 config/
86 core
87 stamp-h1
88 __pycache__
89 babeltrace.pc
90 babeltrace-ctf.pc
91 TAGS
92 cscope*
93 doc/api/Doxyfile
94 *.gcno
95 *.gcda
96 *.gcov
97 *.html
98 *.stamp
99 *.swp
100 .theia
This page took 0.032973 seconds and 5 git commands to generate.