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