Generate a binary looking for in-tree plug-ins
[babeltrace.git] / .gitignore
1 *~
2 /tests/bin/test_trace_read
3 /tests/bin/intersection/test_intersection
4 /tests/bin/intersection/bt_python_helper.py
5 /tests/bin/test_packet_seq_num
6 /tests/bin/test_formats
7 /tests/lib/test_bitfield
8 /tests/lib/test_seek
9 /tests/lib/test_ctf_writer
10 /tests/lib/test_bt_objects
11 /tests/lib/test_bt_values
12 /tests/lib/test_ctf_ir_ref
13 /tests/lib/test_bt_ctf_field_type_validation
14 /tests/lib/test_seek_big_trace
15 /tests/lib/test_seek_empty_packet
16 /tests/lib/test_dwarf
17 /tests/lib/test_bin_info
18 /tests/lib/test_bin_info_complete
19 /tests/lib/test_ctf_writer_complete
20 /tests/lib/test_dwarf_complete
21 *.o
22 *.a
23 *.la
24 *.lo
25 *.exe
26 .libs
27 .deps
28 *.bkp
29 *.trs
30 ctf-lexer.c
31 ctf-parser.c
32 ctf-parser.h
33 ctf-parser-test
34 /converter/babeltrace
35 /config.h
36 /config.h.in
37 /config.status
38 *.log
39 aclocal.m4
40 /m4/libtool.m4
41 /m4/lt~obsolete.m4
42 /m4/ltoptions.m4
43 /m4/ltsugar.m4
44 /m4/ltversion.m4
45 libtool
46 /configure
47 Makefile
48 Makefile.in
49 autom4te.cache/
50 config/
51 converter/babeltrace-log
52 core
53 formats/ctf/metadata/ctf-parser.output
54 stamp-h1
55 bindings/python/__init__.py
56 bindings/python/nativebt.py
57 bindings/python/nativebt_wrap.c
58 bindings/python/__pycache__
59 babeltrace.pc
60 babeltrace-ctf.pc
61 TAGS
62 cscope*
This page took 0.031926 seconds and 5 git commands to generate.