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