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