Tests: add unit tests for so_info
[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 /tests/lib/test_so_info
10 *.o
11 *.a
12 *.la
13 *.lo
14 *.exe
15 .libs
16 .deps
17 *.bkp
18 ctf-lexer.c
19 ctf-parser.c
20 ctf-parser.h
21 ctf-parser-test
22 /converter/babeltrace
23 /config.h
24 /config.h.in
25 /config.status
26 *.log
27 aclocal.m4
28 /m4/libtool.m4
29 /m4/lt~obsolete.m4
30 /m4/ltoptions.m4
31 /m4/ltsugar.m4
32 /m4/ltversion.m4
33 libtool
34 /configure
35 Makefile
36 Makefile.in
37 autom4te.cache/
38 config/
39 converter/babeltrace-log
40 core
41 formats/ctf/metadata/ctf-parser.output
42 stamp-h1
43 bindings/python/babeltrace.i
44 bindings/python/babeltrace.py
45 bindings/python/babeltrace_wrap.c
46 babeltrace.pc
47 babeltrace-ctf.pc
This page took 0.029803 seconds and 4 git commands to generate.