src/Makefile.am: build {fmt} without `-Wmissing-noreturn`
[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 /tests/utils/env.sh
19 *~
20 *.o
21 *.a
22 *.la
23 *.lo
24 *.exe
25 .libs
26 .deps
27 *.bkp
28 *.trs
29 /src/plugins/ctf/common/metadata/lexer.cpp
30 /src/plugins/ctf/common/metadata/parser.cpp
31 /src/plugins/ctf/common/metadata/parser.hpp
32 /src/plugins/ctf/common/metadata/parser.output
33 /src/cli/babeltrace2
34 /src/cli/babeltrace2.bin
35 /src/cli/babeltrace2-log
36 /src/cli/babeltrace2-log.bin
37 /src/common/config.h
38 /src/common/config.h.in
39 /src/common/version.i
40 /src/common/version.i.tmp
41 /config.status
42 *.log
43 aclocal.m4
44 /m4/libtool.m4
45 /m4/lt~obsolete.m4
46 /m4/ltoptions.m4
47 /m4/ltsugar.m4
48 /m4/ltversion.m4
49 libtool
50 /configure
51 Makefile
52 Makefile.in
53 autom4te.cache/
54 config/
55 core
56 stamp-h1
57 __pycache__
58 /src/babeltrace2.pc
59 /src/babeltrace2-ctf-writer.pc
60 TAGS
61 cscope*
62 *.gcno
63 *.gcda
64 *.gcov
65 *.html
66 *.stamp
67 *.swp
68 .theia
69 compile_commands.json
70 /version
This page took 0.029908 seconds and 4 git commands to generate.