Tests: add unit tests for bt_dwarf
[babeltrace.git] / .gitignore
1 *~
2 /tests/bin/test_trace_read
3 /tests/bin/test_intersection
4 /tests/bin/test_packet_seq_num
5 /tests/lib/test_bitfield
6 /tests/lib/test_seek
7 /tests/lib/test_ctf_writer
8 /tests/lib/test_durin
9 *.o
10 *.a
11 *.la
12 *.lo
13 *.exe
14 .libs
15 .deps
16 *.bkp
17 ctf-lexer.c
18 ctf-parser.c
19 ctf-parser.h
20 ctf-parser-test
21 /converter/babeltrace
22 /config.h
23 /config.h.in
24 /config.status
25 *.log
26 aclocal.m4
27 /m4/libtool.m4
28 /m4/lt~obsolete.m4
29 /m4/ltoptions.m4
30 /m4/ltsugar.m4
31 /m4/ltversion.m4
32 libtool
33 /configure
34 Makefile
35 Makefile.in
36 autom4te.cache/
37 config/
38 converter/babeltrace-log
39 core
40 formats/ctf/metadata/ctf-parser.output
41 stamp-h1
42 bindings/python/babeltrace.i
43 bindings/python/babeltrace.py
44 bindings/python/babeltrace_wrap.c
45 babeltrace.pc
46 babeltrace-ctf.pc
This page took 0.030606 seconds and 5 git commands to generate.