Make some bt_param_validation_map_value_entry_descr variables static
[babeltrace.git] / .gitignore
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_graph_topo
8 /tests/lib/test_trace_ir_ref
9 /tests/lib/test_simple_sink
10 /tests/param-validation/test_param_validation
11 /tests/plugins/flt.lttng-utils.debug-info/test_bin_info
12 /tests/plugins/flt.lttng-utils.debug-info/test_dwarf
13 /tests/plugins/src.ctf.fs/succeed/gen-trace-simple
14 /tests/plugins/sink.ctf.fs/succeed/gen-trace-float
15 /tests/plugins/sink.ctf.fs/succeed/gen-trace-double
16 *~
17 *.o
18 *.a
19 *.la
20 *.lo
21 *.exe
22 .libs
23 .deps
24 *.bkp
25 *.trs
26 ctf-lexer.c
27 ctf-parser.c
28 ctf-parser.h
29 ctf-parser-test
30 /src/plugins/ctf/common/metadata/lexer.c
31 /src/plugins/ctf/common/metadata/parser.c
32 /src/plugins/ctf/common/metadata/parser.h
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
44 aclocal.m4
45 /m4/libtool.m4
46 /m4/lt~obsolete.m4
47 /m4/ltoptions.m4
48 /m4/ltsugar.m4
49 /m4/ltversion.m4
50 libtool
51 /configure
52 Makefile
53 Makefile.in
54 autom4te.cache/
55 config/
56 core
57 stamp-h1
58 __pycache__
59 /src/babeltrace2.pc
60 /src/babeltrace2-ctf-writer.pc
61 TAGS
62 cscope*
63 doc/api/Doxyfile
64 *.gcno
65 *.gcda
66 *.gcov
67 *.html
68 *.stamp
69 *.swp
70 .theia
71 compile_commands.json
This page took 0.030642 seconds and 4 git commands to generate.