.gitignore: ignore all `/src/plugins/ctf/[...]/tsdl/parser.*pp`
[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.*pp
25 /src/plugins/ctf/common/src/metadata/tsdl/parser.output
26 /src/bindings/python/bt2/bt2.egg-info
27 /src/bindings/python/bt2/dist
28 /src/cli/*.bin
29 /src/cli/babeltrace2
30 /src/cli/babeltrace2-log
31 /src/common/config.h
32 /src/common/config.h.in
33 /src/common/version.i
34 /src/common/version.i.tmp
35 /config.status
36 *.log
37 aclocal.m4
38 /m4/libtool.m4
39 /m4/lt~obsolete.m4
40 /m4/ltoptions.m4
41 /m4/ltsugar.m4
42 /m4/ltversion.m4
43 libtool
44 /configure
45 Makefile
46 Makefile.in
47 autom4te.cache/
48 config/
49 core
50 stamp-h1
51 __pycache__
52 /src/babeltrace2.pc
53 /src/babeltrace2-ctf-writer.pc
54 TAGS
55 cscope*
56 *.gcno
57 *.gcda
58 *.gcov
59 *.html
60 *.stamp
61 *.swp
62 .theia
63 compile_commands.json
64 /version
This page took 0.032177 seconds and 5 git commands to generate.