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