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