.gitignore: ignore all `/src/cli/*.bin`
[babeltrace.git] / .gitignore
1 /tests/**/test-*
2 !/tests/**/test-*.sh
3 !/tests/**/test-*.[hc]
4 !/tests/**/test-*.[hc]pp
5 /tests/ctf-writer/ctf-writer
6 /tests/lib/conds/conds-triggers
7 /tests/lib/plugin
8 /tests/plugins/sink.ctf.fs/succeed/gen-trace-double
9 /tests/plugins/sink.ctf.fs/succeed/gen-trace-float
10 /tests/plugins/src.ctf.fs/succeed/gen-trace-simple
11 /tests/utils/env.sh
12 *~
13 *.o
14 *.a
15 *.la
16 *.lo
17 *.exe
18 .libs
19 .deps
20 *.bkp
21 *.trs
22 .dirstamp
23 /src/plugins/ctf/common/src/metadata/tsdl/lexer.cpp
24 /src/plugins/ctf/common/src/metadata/tsdl/parser.cpp
25 /src/plugins/ctf/common/src/metadata/tsdl/parser.hpp
26 /src/plugins/ctf/common/src/metadata/tsdl/parser.output
27 /src/bindings/python/bt2/bt2.egg-info
28 /src/bindings/python/bt2/dist
29 /src/cli/*.bin
30 /src/cli/babeltrace2
31 /src/cli/babeltrace2-log
32 /src/common/config.h
33 /src/common/config.h.in
34 /src/common/version.i
35 /src/common/version.i.tmp
36 /config.status
37 *.log
38 aclocal.m4
39 /m4/libtool.m4
40 /m4/lt~obsolete.m4
41 /m4/ltoptions.m4
42 /m4/ltsugar.m4
43 /m4/ltversion.m4
44 libtool
45 /configure
46 Makefile
47 Makefile.in
48 autom4te.cache/
49 config/
50 core
51 stamp-h1
52 __pycache__
53 /src/babeltrace2.pc
54 /src/babeltrace2-ctf-writer.pc
55 TAGS
56 cscope*
57 *.gcno
58 *.gcda
59 *.gcov
60 *.html
61 *.stamp
62 *.swp
63 .theia
64 compile_commands.json
65 /version
This page took 0.031168 seconds and 5 git commands to generate.