Fix: Don't override user variables within the build system
[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_trace_copy
7 /tests/cli/test_debug_info
8 /tests/cli/test_convert_args
9 /tests/bin/intersection/bt_python_helper.py
10 /tests/bin/intersection/test_intersection
11 /tests/bin/test_packet_seq_num
12 /tests/bin/test_trace_read
13 /tests/lib/test_bin_info
14 /tests/lib/test_bin_info_complete
15 /tests/lib/test_bitfield
16 /tests/lib/test_bt_ctf_field_type_validation
17 /tests/lib/test_bt_notification_heap
18 /tests/lib/test_bt_objects
19 /tests/lib/test_bt_values
20 /tests/lib/test_ctf_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_notification_iterator
33 /tests/lib/test_cc_prio_map
34 /tests/lib/test_graph_topo
35 /tests/plugins/test-utils-muxer
36 /tests/plugins/test-utils-muxer-complete
37 *.o
38 *.a
39 *.la
40 *.lo
41 *.exe
42 .libs
43 .deps
44 *.bkp
45 *.trs
46 ctf-lexer.c
47 ctf-parser.c
48 ctf-parser.h
49 ctf-parser-test
50 plugins/ctf/common/metadata/lexer.c
51 plugins/ctf/common/metadata/parser.c
52 plugins/ctf/common/metadata/parser.h
53 plugins/ctf/common/metadata/parser.output
54 /cli/babeltrace
55 /cli/babeltrace.bin
56 /include/config.h
57 /include/config.h.in
58 /config.status
59 *.log
60 aclocal.m4
61 /m4/libtool.m4
62 /m4/lt~obsolete.m4
63 /m4/ltoptions.m4
64 /m4/ltsugar.m4
65 /m4/ltversion.m4
66 libtool
67 /configure
68 Makefile
69 Makefile.in
70 autom4te.cache/
71 config/
72 cli/babeltrace-log
73 core
74 stamp-h1
75 bindings/python/__init__.py
76 bindings/python/nativebt.py
77 bindings/python/nativebt_wrap.c
78 __pycache__
79 babeltrace.pc
80 babeltrace-ctf.pc
81 TAGS
82 cscope*
83 doc/api/Doxyfile
84 *.gcno
85 *.gcda
86 *.gcov
87 *.html
This page took 0.031561 seconds and 5 git commands to generate.