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