Fix: bt_ctfser_write_float64(): use `double` in union, not `float`
[babeltrace.git] / .gitignore
... / ...
CommitLineData
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
22ctf-lexer.c
23ctf-parser.c
24ctf-parser.h
25ctf-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
40aclocal.m4
41/m4/libtool.m4
42/m4/lt~obsolete.m4
43/m4/ltoptions.m4
44/m4/ltsugar.m4
45/m4/ltversion.m4
46libtool
47/configure
48Makefile
49Makefile.in
50autom4te.cache/
51config/
52core
53stamp-h1
54__pycache__
55/src/babeltrace2.pc
56/src/babeltrace2-ctf-writer.pc
57TAGS
58cscope*
59doc/api/Doxyfile
60*.gcno
61*.gcda
62*.gcov
63*.html
64*.stamp
65*.swp
66.theia
This page took 0.022459 seconds and 4 git commands to generate.