.gitignore: cleanup test files
[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/babeltrace2
30 /src/cli/babeltrace2.bin
31 /src/cli/babeltrace2-log
32 /src/cli/babeltrace2-log.bin
33 /src/common/config.h
34 /src/common/config.h.in
35 /src/common/version.i
36 /src/common/version.i.tmp
37 /config.status
38 *.log
39 aclocal.m4
40 /m4/libtool.m4
41 /m4/lt~obsolete.m4
42 /m4/ltoptions.m4
43 /m4/ltsugar.m4
44 /m4/ltversion.m4
45 libtool
46 /configure
47 Makefile
48 Makefile.in
49 autom4te.cache/
50 config/
51 core
52 stamp-h1
53 __pycache__
54 /src/babeltrace2.pc
55 /src/babeltrace2-ctf-writer.pc
56 TAGS
57 cscope*
58 *.gcno
59 *.gcda
60 *.gcov
61 *.html
62 *.stamp
63 *.swp
64 .theia
65 compile_commands.json
66 /version
This page took 0.03105 seconds and 5 git commands to generate.