Add missing generated tests 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 /tests/lib/test_bt_ctf_field_type_validation
12 /tests/lib/test_seek_big_trace
13 /tests/lib/test_seek_empty_packet
14 /tests/lib/test_dwarf
15 /tests/lib/test_bin_info
16 /tests/lib/test_bin_info_complete
17 /tests/lib/test_ctf_writer_complete
18 /tests/lib/test_dwarf_complete
19 *.o
20 *.a
21 *.la
22 *.lo
23 *.exe
24 .libs
25 .deps
26 *.bkp
27 *.trs
28 ctf-lexer.c
29 ctf-parser.c
30 ctf-parser.h
31 ctf-parser-test
32 /converter/babeltrace
33 /config.h
34 /config.h.in
35 /config.status
36 *.log
37 aclocal.m4
38 /m4/libtool.m4
39 /m4/lt~obsolete.m4
40 /m4/ltoptions.m4
41 /m4/ltsugar.m4
42 /m4/ltversion.m4
43 libtool
44 /configure
45 Makefile
46 Makefile.in
47 autom4te.cache/
48 config/
49 converter/babeltrace-log
50 core
51 formats/ctf/metadata/ctf-parser.output
52 stamp-h1
53 bindings/python/__init__.py
54 bindings/python/nativebt.py
55 bindings/python/nativebt_wrap.c
56 bindings/python/__pycache__
57 babeltrace.pc
58 babeltrace-ctf.pc
This page took 0.031877 seconds and 5 git commands to generate.