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