tests: Parametrize test_bin_info to handle multiarch artifacts
[babeltrace.git] / .gitignore
1 *~
2 /tests/cli/intersection/bt_python_helper.py
3 /tests/cli/intersection/test_intersection
4 /tests/cli/test_convert_args
5 /tests/cli/test_debug_info
6 /tests/cli/test_packet_seq_num
7 /tests/cli/test_trace_copy
8 /tests/cli/test_trace_read
9 /tests/cli/test_trimmer
10 /tests/bin/intersection/bt_python_helper.py
11 /tests/bin/intersection/test_intersection
12 /tests/bin/test_packet_seq_num
13 /tests/bin/test_trace_read
14 /tests/lib/test_bitfield
15 /tests/lib/test_bt_ctf_field_type_validation
16 /tests/lib/test_bt_objects
17 /tests/lib/test_bt_values
18 /tests/lib/test_trace_ir_ref
19 /tests/lib/test_ctf_writer
20 /tests/lib/test_ctf_writer_complete
21 /tests/lib/test_ir_visit
22 /tests/lib/test_trace_listener
23 /tests/lib/test_plugin
24 /tests/lib/test_plugin_complete
25 /tests/lib/writer/bt_python_helper.py
26 /tests/lib/writer/test_ctf_writer_empty_packet.py
27 /tests/lib/writer/test_ctf_writer_no_packet_context.py
28 /tests/lib/test_bt_message_iterator
29 /tests/lib/test_cc_prio_map
30 /tests/lib/test_graph_topo
31 /tests/lib/trace-ir/test_trace_ir
32 /tests/lib/ctf-writer/test_ctf_writer
33 /tests/plugins/test-utils-muxer
34 /tests/plugins/test_utils_muxer_complete
35 /tests/plugins/test_lttng_utils_debug_info
36 /tests/plugins/test_bin_info_x86_64-linux-gnu
37 /tests/plugins/test_bin_info
38 /tests/plugins/test_dwarf_x86_64-linux-gnu
39 /tests/plugins/test_dwarf
40 /tests/plugins/ctf/test_ctf_plugin
41 /tests/utils/common.sh
42 *.o
43 *.a
44 *.la
45 *.lo
46 *.exe
47 .libs
48 .deps
49 *.bkp
50 *.trs
51 ctf-lexer.c
52 ctf-parser.c
53 ctf-parser.h
54 ctf-parser-test
55 plugins/ctf/common/metadata/lexer.c
56 plugins/ctf/common/metadata/parser.c
57 plugins/ctf/common/metadata/parser.h
58 plugins/ctf/common/metadata/parser.output
59 /cli/babeltrace
60 /cli/babeltrace.bin
61 /cli/babeltrace-log
62 /cli/babeltrace-log.bin
63 /include/config.h
64 /include/config.h.in
65 /include/version.i
66 /include/version.i.tmp
67 /config.status
68 *.log
69 aclocal.m4
70 /m4/libtool.m4
71 /m4/lt~obsolete.m4
72 /m4/ltoptions.m4
73 /m4/ltsugar.m4
74 /m4/ltversion.m4
75 libtool
76 /configure
77 Makefile
78 Makefile.in
79 autom4te.cache/
80 config/
81 core
82 stamp-h1
83 __pycache__
84 babeltrace.pc
85 babeltrace-ctf.pc
86 TAGS
87 cscope*
88 doc/api/Doxyfile
89 *.gcno
90 *.gcda
91 *.gcov
92 *.html
93 *.stamp
94 *.swp
95 .theia
This page took 0.030481 seconds and 4 git commands to generate.