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