.gitignore: add missing test binaries
[babeltrace.git] / .gitignore
1 /tests/bitfield/test-bitfield
2 /tests/argpar/test-argpar
3 /tests/cpp-common/test-c-string-view
4 /tests/cpp-common/test-uuid
5 /tests/ctf-writer/ctf-writer
6 /tests/lib/plugin
7 /tests/lib/test-bt-uuid
8 /tests/lib/test-bt-values
9 /tests/lib/test-fields-bin
10 /tests/lib/test-graph-topo
11 /tests/lib/test-trace-ir-ref
12 /tests/lib/test-simple-sink
13 /tests/lib/test-remove-destruction-listener-in-destruction-listener
14 /tests/lib/conds/conds-triggers
15 /tests/lib/test-plugin-init-fail
16 /tests/lib/test-plugins
17 /tests/plugins/flt.utils.muxer/test-clock-compatibility
18 /tests/param-validation/test-param-validation
19 /tests/plugins/flt.lttng-utils.debug-info/test-bin-info
20 /tests/plugins/flt.lttng-utils.debug-info/test-dwarf
21 /tests/plugins/src.ctf.fs/succeed/gen-trace-simple
22 /tests/plugins/sink.ctf.fs/succeed/gen-trace-float
23 /tests/plugins/sink.ctf.fs/succeed/gen-trace-double
24 /tests/utils/env.sh
25 *~
26 *.o
27 *.a
28 *.la
29 *.lo
30 *.exe
31 .libs
32 .deps
33 *.bkp
34 *.trs
35 .dirstamp
36 /src/plugins/ctf/common/src/metadata/tsdl/lexer.cpp
37 /src/plugins/ctf/common/src/metadata/tsdl/parser.cpp
38 /src/plugins/ctf/common/src/metadata/tsdl/parser.hpp
39 /src/plugins/ctf/common/src/metadata/tsdl/parser.output
40 /src/bindings/python/bt2/bt2.egg-info
41 /src/bindings/python/bt2/dist
42 /src/cli/babeltrace2
43 /src/cli/babeltrace2.bin
44 /src/cli/babeltrace2-log
45 /src/cli/babeltrace2-log.bin
46 /src/common/config.h
47 /src/common/config.h.in
48 /src/common/version.i
49 /src/common/version.i.tmp
50 /config.status
51 *.log
52 aclocal.m4
53 /m4/libtool.m4
54 /m4/lt~obsolete.m4
55 /m4/ltoptions.m4
56 /m4/ltsugar.m4
57 /m4/ltversion.m4
58 libtool
59 /configure
60 Makefile
61 Makefile.in
62 autom4te.cache/
63 config/
64 core
65 stamp-h1
66 __pycache__
67 /src/babeltrace2.pc
68 /src/babeltrace2-ctf-writer.pc
69 TAGS
70 cscope*
71 *.gcno
72 *.gcda
73 *.gcov
74 *.html
75 *.stamp
76 *.swp
77 .theia
78 compile_commands.json
79 /version
This page took 0.03316 seconds and 5 git commands to generate.