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