Add missing files to gitignore
[babeltrace.git] / .gitignore
1 *~
2 /tests/cli/intersection/bt_python_helper.py
3 /tests/cli/intersection/test_intersection
4 /tests/cli/test_packet_seq_num
5 /tests/cli/test_trace_read
6 /tests/cli/test_convert_args
7 /tests/bin/intersection/bt_python_helper.py
8 /tests/bin/intersection/test_intersection
9 /tests/bin/test_packet_seq_num
10 /tests/bin/test_trace_read
11 /tests/lib/test_bin_info
12 /tests/lib/test_bin_info_complete
13 /tests/lib/test_bitfield
14 /tests/lib/test_bt_ctf_field_type_validation
15 /tests/lib/test_bt_notification_heap
16 /tests/lib/test_bt_objects
17 /tests/lib/test_bt_values
18 /tests/lib/test_ctf_ir_ref
19 /tests/lib/test_ctf_writer
20 /tests/lib/test_ctf_writer_complete
21 /tests/lib/test_dwarf
22 /tests/lib/test_dwarf_complete
23 /tests/lib/test_ir_visit
24 /tests/lib/test_trace_listener
25 /tests/lib/test_plugin
26 /tests/lib/test_plugin_complete
27 /tests/lib/writer/bt_python_helper.py
28 /tests/lib/writer/test_ctf_writer_empty_packet.py
29 /tests/lib/writer/test_ctf_writer_no_packet_context.py
30 /tests/lib/test_bt_notification_iterator
31 /tests/lib/test_cc_prio_map
32 /tests/lib/test_graph_topo
33 /tests/plugins/test-utils-muxer
34 /tests/plugins/test-utils-muxer-complete
35 *.o
36 *.a
37 *.la
38 *.lo
39 *.exe
40 .libs
41 .deps
42 *.bkp
43 *.trs
44 ctf-lexer.c
45 ctf-parser.c
46 ctf-parser.h
47 ctf-parser-test
48 plugins/ctf/common/metadata/lexer.c
49 plugins/ctf/common/metadata/parser.c
50 plugins/ctf/common/metadata/parser.h
51 plugins/ctf/common/metadata/parser.output
52 /cli/babeltrace
53 /cli/babeltrace.bin
54 /config.h
55 /config.h.in
56 /config.status
57 *.log
58 aclocal.m4
59 /m4/libtool.m4
60 /m4/lt~obsolete.m4
61 /m4/ltoptions.m4
62 /m4/ltsugar.m4
63 /m4/ltversion.m4
64 libtool
65 /configure
66 Makefile
67 Makefile.in
68 autom4te.cache/
69 config/
70 cli/babeltrace-log
71 core
72 stamp-h1
73 bindings/python/__init__.py
74 bindings/python/nativebt.py
75 bindings/python/nativebt_wrap.c
76 __pycache__
77 babeltrace.pc
78 babeltrace-ctf.pc
79 TAGS
80 cscope*
81 doc/api/Doxyfile
82 *.gcno
83 *.gcda
84 *.gcov
85 *.html
This page took 0.03158 seconds and 5 git commands to generate.