Port: Remove unused header in test_plugin
[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 /tests/plugins/test-utils-muxer
24 /tests/plugins/test-utils-muxer-complete
25 *.o
26 *.a
27 *.la
28 *.lo
29 *.exe
30 .libs
31 .deps
32 *.bkp
33 *.trs
34 ctf-lexer.c
35 ctf-parser.c
36 ctf-parser.h
37 ctf-parser-test
38 plugins/ctf/common/metadata/lexer.c
39 plugins/ctf/common/metadata/parser.c
40 plugins/ctf/common/metadata/parser.h
41 plugins/ctf/common/metadata/parser.output
42 /cli/babeltrace
43 /cli/babeltrace.bin
44 /config.h
45 /config.h.in
46 /config.status
47 *.log
48 aclocal.m4
49 /m4/libtool.m4
50 /m4/lt~obsolete.m4
51 /m4/ltoptions.m4
52 /m4/ltsugar.m4
53 /m4/ltversion.m4
54 libtool
55 /configure
56 Makefile
57 Makefile.in
58 autom4te.cache/
59 config/
60 cli/babeltrace-log
61 core
62 stamp-h1
63 bindings/python/__init__.py
64 bindings/python/nativebt.py
65 bindings/python/nativebt_wrap.c
66 __pycache__
67 babeltrace.pc
68 babeltrace-ctf.pc
69 TAGS
70 cscope*
71 doc/api/Doxyfile
72 *.gcno
73 *.gcda
74 *.gcov
75 *.html
This page took 0.032069 seconds and 5 git commands to generate.