Fix: bt_ctfser_write_float64(): use `double` in union, not `float`
[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 /tests/plugins/sink.ctf.fs/succeed/gen-trace-float
11 /tests/plugins/sink.ctf.fs/succeed/gen-trace-double
12 *~
13 *.o
14 *.a
15 *.la
16 *.lo
17 *.exe
18 .libs
19 .deps
20 *.bkp
21 *.trs
22 ctf-lexer.c
23 ctf-parser.c
24 ctf-parser.h
25 ctf-parser-test
26 /src/plugins/ctf/common/metadata/lexer.c
27 /src/plugins/ctf/common/metadata/parser.c
28 /src/plugins/ctf/common/metadata/parser.h
29 /src/plugins/ctf/common/metadata/parser.output
30 /src/cli/babeltrace2
31 /src/cli/babeltrace2.bin
32 /src/cli/babeltrace2-log
33 /src/cli/babeltrace2-log.bin
34 /src/common/config.h
35 /src/common/config.h.in
36 /src/common/version.i
37 /src/common/version.i.tmp
38 /config.status
39 *.log
40 aclocal.m4
41 /m4/libtool.m4
42 /m4/lt~obsolete.m4
43 /m4/ltoptions.m4
44 /m4/ltsugar.m4
45 /m4/ltversion.m4
46 libtool
47 /configure
48 Makefile
49 Makefile.in
50 autom4te.cache/
51 config/
52 core
53 stamp-h1
54 __pycache__
55 /src/babeltrace2.pc
56 /src/babeltrace2-ctf-writer.pc
57 TAGS
58 cscope*
59 doc/api/Doxyfile
60 *.gcno
61 *.gcda
62 *.gcov
63 *.html
64 *.stamp
65 *.swp
66 .theia
This page took 0.030921 seconds and 4 git commands to generate.