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