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