Add missing debugging information in the live plugin
[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_seek_big_trace
10 /tests/lib/test_seek_empty_packet
11 /tests/lib/test_dwarf
12 /tests/lib/test_bin_info
13 /tests/lib/test_bin_info_complete
14 /tests/lib/test_ctf_writer_complete
15 /tests/lib/test_dwarf_complete
16 *.o
17 *.a
18 *.la
19 *.lo
20 *.exe
21 .libs
22 .deps
23 *.bkp
24 *.trs
25 ctf-lexer.c
26 ctf-parser.c
27 ctf-parser.h
28 ctf-parser-test
29 /converter/babeltrace
30 /config.h
31 /config.h.in
32 /config.status
33 *.log
34 aclocal.m4
35 /m4/libtool.m4
36 /m4/lt~obsolete.m4
37 /m4/ltoptions.m4
38 /m4/ltsugar.m4
39 /m4/ltversion.m4
40 libtool
41 /configure
42 Makefile
43 Makefile.in
44 autom4te.cache/
45 config/
46 converter/babeltrace-log
47 core
48 formats/ctf/metadata/ctf-parser.output
49 stamp-h1
50 bindings/python/setup.py
51 bindings/python/installed_files.txt
52 bindings/python/build
53 bindings/python/babeltrace/__init__.py
54 bindings/python/babeltrace/babeltrace.i
55 bindings/python/babeltrace/babeltrace.py
56 bindings/python/babeltrace/babeltrace_wrap.c
57 bindings/python/build-python-bindings.stamp
58 babeltrace.pc
59 babeltrace-ctf.pc
This page took 0.030679 seconds and 4 git commands to generate.