fix: python bindings: install on Debian python >= 3.10
[babeltrace.git] / .gitignore
... / ...
CommitLineData
1/tests/bitfield/test_bitfield
2/tests/argpar/test_argpar
3/tests/ctf-writer/ctf_writer
4/tests/lib/plugin
5/tests/lib/test_bt_uuid
6/tests/lib/test_bt_values
7/tests/lib/test_fields_bin
8/tests/lib/test_graph_topo
9/tests/lib/test_trace_ir_ref
10/tests/lib/test_simple_sink
11/tests/lib/test_remove_destruction_listener_in_destruction_listener
12/tests/lib/conds/conds-triggers
13/tests/param-validation/test_param_validation
14/tests/plugins/flt.lttng-utils.debug-info/test_bin_info
15/tests/plugins/flt.lttng-utils.debug-info/test_dwarf
16/tests/plugins/src.ctf.fs/succeed/gen-trace-simple
17/tests/plugins/sink.ctf.fs/succeed/gen-trace-float
18/tests/plugins/sink.ctf.fs/succeed/gen-trace-double
19/tests/utils/env.sh
20*~
21*.o
22*.a
23*.la
24*.lo
25*.exe
26.libs
27.deps
28*.bkp
29*.trs
30/src/plugins/ctf/common/metadata/lexer.cpp
31/src/plugins/ctf/common/metadata/parser.cpp
32/src/plugins/ctf/common/metadata/parser.hpp
33/src/plugins/ctf/common/metadata/parser.output
34/src/cli/babeltrace2
35/src/cli/babeltrace2.bin
36/src/cli/babeltrace2-log
37/src/cli/babeltrace2-log.bin
38/src/common/config.h
39/src/common/config.h.in
40/src/common/version.i
41/src/common/version.i.tmp
42/config.status
43*.log
44aclocal.m4
45/m4/libtool.m4
46/m4/lt~obsolete.m4
47/m4/ltoptions.m4
48/m4/ltsugar.m4
49/m4/ltversion.m4
50libtool
51/configure
52Makefile
53Makefile.in
54autom4te.cache/
55config/
56core
57stamp-h1
58__pycache__
59/src/babeltrace2.pc
60/src/babeltrace2-ctf-writer.pc
61TAGS
62cscope*
63*.gcno
64*.gcda
65*.gcov
66*.html
67*.stamp
68*.swp
69.theia
70compile_commands.json
71/version
This page took 0.022221 seconds and 4 git commands to generate.