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