Clean-up: remove extra newline in bin-info.c
[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_seek_big_trace
9 /tests/lib/test_seek_empty_packet
10 /tests/lib/test_dwarf
11 /tests/lib/test_bin_info
12 *.o
13 *.a
14 *.la
15 *.lo
16 *.exe
17 .libs
18 .deps
19 *.bkp
20 *.trs
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/babeltrace.i
47 bindings/python/babeltrace.py
48 bindings/python/babeltrace_wrap.c
49 babeltrace.pc
50 babeltrace-ctf.pc
This page took 0.030388 seconds and 4 git commands to generate.