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