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