Add vim .swp 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_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_objects
19 /tests/lib/test_bt_values
20 /tests/lib/test_trace_ir_ref
21 /tests/lib/test_ctf_writer
22 /tests/lib/test_ctf_writer_complete
23 /tests/lib/test_dwarf
24 /tests/lib/test_dwarf_complete
25 /tests/lib/test_ir_visit
26 /tests/lib/test_trace_listener
27 /tests/lib/test_plugin
28 /tests/lib/test_plugin_complete
29 /tests/lib/writer/bt_python_helper.py
30 /tests/lib/writer/test_ctf_writer_empty_packet.py
31 /tests/lib/writer/test_ctf_writer_no_packet_context.py
32 /tests/lib/test_bt_message_iterator
33 /tests/lib/test_cc_prio_map
34 /tests/lib/test_graph_topo
35 /tests/lib/trace-ir/test_trace_ir
36 /tests/lib/ctf-writer/test_ctf_writer
37 /tests/plugins/test-utils-muxer
38 /tests/plugins/test-utils-muxer-complete
39 /tests/plugins/test_lttng_utils_debug_info
40 /tests/plugins/test_bin_info_complete
41 /tests/plugins/test_bin_info
42 /tests/plugins/test_dwarf_complete
43 /tests/plugins/test_dwarf
44 /tests/plugins/ctf/test_ctf_plugin
45 /tests/utils/common.sh
46 *.o
47 *.a
48 *.la
49 *.lo
50 *.exe
51 .libs
52 .deps
53 *.bkp
54 *.trs
55 ctf-lexer.c
56 ctf-parser.c
57 ctf-parser.h
58 ctf-parser-test
59 plugins/ctf/common/metadata/lexer.c
60 plugins/ctf/common/metadata/parser.c
61 plugins/ctf/common/metadata/parser.h
62 plugins/ctf/common/metadata/parser.output
63 /cli/babeltrace
64 /cli/babeltrace.bin
65 /cli/babeltrace-log
66 /cli/babeltrace-log.bin
67 /include/config.h
68 /include/config.h.in
69 /include/version.i
70 /include/version.i.tmp
71 /config.status
72 *.log
73 aclocal.m4
74 /m4/libtool.m4
75 /m4/lt~obsolete.m4
76 /m4/ltoptions.m4
77 /m4/ltsugar.m4
78 /m4/ltversion.m4
79 libtool
80 /configure
81 Makefile
82 Makefile.in
83 autom4te.cache/
84 config/
85 core
86 stamp-h1
87 __pycache__
88 babeltrace.pc
89 babeltrace-ctf.pc
90 TAGS
91 cscope*
92 doc/api/Doxyfile
93 *.gcno
94 *.gcda
95 *.gcov
96 *.html
97 *.stamp
98 *.swp
This page took 0.031207 seconds and 4 git commands to generate.