ctf plugin: add CTF metadata decoder API
[babeltrace.git] / .gitignore
1 *~
2 /tests/bin/intersection/bt_python_helper.py
3 /tests/bin/intersection/test_intersection
4 /tests/bin/test_packet_seq_num
5 /tests/bin/test_trace_read
6 /tests/lib/test_bin_info
7 /tests/lib/test_bin_info_complete
8 /tests/lib/test_bitfield
9 /tests/lib/test_bt_ctf_field_type_validation
10 /tests/lib/test_bt_notification_heap
11 /tests/lib/test_bt_objects
12 /tests/lib/test_bt_values
13 /tests/lib/test_ctf_ir_ref
14 /tests/lib/test_ctf_writer
15 /tests/lib/test_ctf_writer_complete
16 /tests/lib/test_dwarf
17 /tests/lib/test_dwarf_complete
18 /tests/lib/test_ir_visit
19 /tests/lib/test_trace_listener
20 /tests/lib/test_plugin
21 /tests/lib/test_plugin_complete
22 /tests/lib/writer/bt_python_helper.py
23 *.o
24 *.a
25 *.la
26 *.lo
27 *.exe
28 .libs
29 .deps
30 *.bkp
31 *.trs
32 ctf-lexer.c
33 ctf-parser.c
34 ctf-parser.h
35 ctf-parser-test
36 plugins/ctf/common/metadata/lexer.c
37 plugins/ctf/common/metadata/parser.c
38 plugins/ctf/common/metadata/parser.h
39 plugins/ctf/common/metadata/parser.output
40 /cli/babeltrace
41 /cli/babeltrace.bin
42 /config.h
43 /config.h.in
44 /config.status
45 *.log
46 aclocal.m4
47 /m4/libtool.m4
48 /m4/lt~obsolete.m4
49 /m4/ltoptions.m4
50 /m4/ltsugar.m4
51 /m4/ltversion.m4
52 libtool
53 /configure
54 Makefile
55 Makefile.in
56 autom4te.cache/
57 config/
58 cli/babeltrace-log
59 core
60 stamp-h1
61 bindings/python/__init__.py
62 bindings/python/nativebt.py
63 bindings/python/nativebt_wrap.c
64 __pycache__
65 babeltrace.pc
66 babeltrace-ctf.pc
67 TAGS
68 cscope*
69 doc/api/Doxyfile
This page took 0.031556 seconds and 5 git commands to generate.