Tests: Multi-trace stream intersection test
[babeltrace.git] / .gitignore
1 *~
2 /tests/bin/test_trace_read
3 /tests/bin/intersection/test_intersection
4 /tests/bin/intersection/bt_python_helper.py
5 /tests/bin/test_packet_seq_num
6 /tests/lib/test_bitfield
7 /tests/lib/test_seek
8 /tests/lib/test_ctf_writer
9 /tests/lib/test_bt_objects
10 /tests/lib/test_bt_values
11 /tests/lib/test_ctf_ir_ref
12 /tests/lib/test_bt_ctf_field_type_validation
13 /tests/lib/test_seek_big_trace
14 /tests/lib/test_seek_empty_packet
15 /tests/lib/test_dwarf
16 /tests/lib/test_bin_info
17 /tests/lib/test_bin_info_complete
18 /tests/lib/test_ctf_writer_complete
19 /tests/lib/test_dwarf_complete
20 *.o
21 *.a
22 *.la
23 *.lo
24 *.exe
25 .libs
26 .deps
27 *.bkp
28 *.trs
29 ctf-lexer.c
30 ctf-parser.c
31 ctf-parser.h
32 ctf-parser-test
33 /converter/babeltrace
34 /config.h
35 /config.h.in
36 /config.status
37 *.log
38 aclocal.m4
39 /m4/libtool.m4
40 /m4/lt~obsolete.m4
41 /m4/ltoptions.m4
42 /m4/ltsugar.m4
43 /m4/ltversion.m4
44 libtool
45 /configure
46 Makefile
47 Makefile.in
48 autom4te.cache/
49 config/
50 converter/babeltrace-log
51 core
52 formats/ctf/metadata/ctf-parser.output
53 stamp-h1
54 bindings/python/__init__.py
55 bindings/python/nativebt.py
56 bindings/python/nativebt_wrap.c
57 bindings/python/__pycache__
58 babeltrace.pc
59 babeltrace-ctf.pc
This page took 0.030666 seconds and 5 git commands to generate.