Add new test artifacts to .gitignore
[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_bt_objects
9 /tests/lib/test_bt_values
10 /tests/lib/test_ctf_ir_ref
11 *.o
12 *.a
13 *.la
14 *.lo
15 *.exe
16 .libs
17 .deps
18 *.bkp
19 ctf-lexer.c
20 ctf-parser.c
21 ctf-parser.h
22 ctf-parser-test
23 /converter/babeltrace
24 /config.h
25 /config.h.in
26 /config.status
27 *.log
28 aclocal.m4
29 /m4/libtool.m4
30 /m4/lt~obsolete.m4
31 /m4/ltoptions.m4
32 /m4/ltsugar.m4
33 /m4/ltversion.m4
34 libtool
35 /configure
36 Makefile
37 Makefile.in
38 autom4te.cache/
39 config/
40 converter/babeltrace-log
41 core
42 formats/ctf/metadata/ctf-parser.output
43 stamp-h1
44 bindings/python/__init__.py
45 bindings/python/nativebt.py
46 bindings/python/nativebt_wrap.c
47 bindings/python/__pycache__
48 babeltrace.pc
49 babeltrace-ctf.pc
This page took 0.031258 seconds and 5 git commands to generate.