Replace libuuid with internal implementation
[babeltrace.git] / .gitignore
1 /tests/ctf-writer/ctf_writer
2 /tests/lib/plugin
3 /tests/lib/test_bitfield
4 /tests/lib/test_bt_uuid
5 /tests/lib/test_bt_values
6 /tests/lib/test_graph_topo
7 /tests/lib/test_trace_ir_ref
8 /tests/plugins/flt.lttng-utils.debug-info/test_bin_info
9 /tests/plugins/flt.lttng-utils.debug-info/test_dwarf
10 /tests/plugins/src.ctf.fs/succeed/gen-trace-simple
11 /tests/plugins/sink.ctf.fs/succeed/gen-trace-float
12 /tests/plugins/sink.ctf.fs/succeed/gen-trace-double
13 *~
14 *.o
15 *.a
16 *.la
17 *.lo
18 *.exe
19 .libs
20 .deps
21 *.bkp
22 *.trs
23 ctf-lexer.c
24 ctf-parser.c
25 ctf-parser.h
26 ctf-parser-test
27 /src/plugins/ctf/common/metadata/lexer.c
28 /src/plugins/ctf/common/metadata/parser.c
29 /src/plugins/ctf/common/metadata/parser.h
30 /src/plugins/ctf/common/metadata/parser.output
31 /src/cli/babeltrace2
32 /src/cli/babeltrace2.bin
33 /src/cli/babeltrace2-log
34 /src/cli/babeltrace2-log.bin
35 /src/common/config.h
36 /src/common/config.h.in
37 /src/common/version.i
38 /src/common/version.i.tmp
39 /config.status
40 *.log
41 aclocal.m4
42 /m4/libtool.m4
43 /m4/lt~obsolete.m4
44 /m4/ltoptions.m4
45 /m4/ltsugar.m4
46 /m4/ltversion.m4
47 libtool
48 /configure
49 Makefile
50 Makefile.in
51 autom4te.cache/
52 config/
53 core
54 stamp-h1
55 __pycache__
56 /src/babeltrace2.pc
57 /src/babeltrace2-ctf-writer.pc
58 TAGS
59 cscope*
60 doc/api/Doxyfile
61 *.gcno
62 *.gcda
63 *.gcov
64 *.html
65 *.stamp
66 *.swp
67 .theia
This page took 0.032168 seconds and 5 git commands to generate.