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