Test: validate that the output of ctf-fs sink is identical to source
[babeltrace.git] / .gitignore
1 *~
2 /tests/cli/intersection/bt_python_helper.py
3 /tests/cli/intersection/test_intersection
4 /tests/cli/test_packet_seq_num
5 /tests/cli/test_trace_read
6 /tests/cli/test_trace_copy
7 /tests/cli/test_convert_args
8 /tests/bin/intersection/bt_python_helper.py
9 /tests/bin/intersection/test_intersection
10 /tests/bin/test_packet_seq_num
11 /tests/bin/test_trace_read
12 /tests/lib/test_bin_info
13 /tests/lib/test_bin_info_complete
14 /tests/lib/test_bitfield
15 /tests/lib/test_bt_ctf_field_type_validation
16 /tests/lib/test_bt_notification_heap
17 /tests/lib/test_bt_objects
18 /tests/lib/test_bt_values
19 /tests/lib/test_ctf_ir_ref
20 /tests/lib/test_ctf_writer
21 /tests/lib/test_ctf_writer_complete
22 /tests/lib/test_dwarf
23 /tests/lib/test_dwarf_complete
24 /tests/lib/test_ir_visit
25 /tests/lib/test_trace_listener
26 /tests/lib/test_plugin
27 /tests/lib/test_plugin_complete
28 /tests/lib/writer/bt_python_helper.py
29 /tests/lib/writer/test_ctf_writer_empty_packet.py
30 /tests/lib/writer/test_ctf_writer_no_packet_context.py
31 /tests/lib/test_bt_notification_iterator
32 /tests/lib/test_cc_prio_map
33 /tests/lib/test_graph_topo
34 /tests/plugins/test-utils-muxer
35 /tests/plugins/test-utils-muxer-complete
36 *.o
37 *.a
38 *.la
39 *.lo
40 *.exe
41 .libs
42 .deps
43 *.bkp
44 *.trs
45 ctf-lexer.c
46 ctf-parser.c
47 ctf-parser.h
48 ctf-parser-test
49 plugins/ctf/common/metadata/lexer.c
50 plugins/ctf/common/metadata/parser.c
51 plugins/ctf/common/metadata/parser.h
52 plugins/ctf/common/metadata/parser.output
53 /cli/babeltrace
54 /cli/babeltrace.bin
55 /config.h
56 /config.h.in
57 /config.status
58 *.log
59 aclocal.m4
60 /m4/libtool.m4
61 /m4/lt~obsolete.m4
62 /m4/ltoptions.m4
63 /m4/ltsugar.m4
64 /m4/ltversion.m4
65 libtool
66 /configure
67 Makefile
68 Makefile.in
69 autom4te.cache/
70 config/
71 cli/babeltrace-log
72 core
73 stamp-h1
74 bindings/python/__init__.py
75 bindings/python/nativebt.py
76 bindings/python/nativebt_wrap.c
77 __pycache__
78 babeltrace.pc
79 babeltrace-ctf.pc
80 TAGS
81 cscope*
82 doc/api/Doxyfile
83 *.gcno
84 *.gcda
85 *.gcov
86 *.html
This page took 0.031728 seconds and 5 git commands to generate.