bt2c::Logger: remove unused cLevel() method
[babeltrace.git] / .gitignore
CommitLineData
3b4f52ad 1# Generated build files
4c8bfb7e 2*.a
3b4f52ad 3*.exe
463b02a3
MD
4*.la
5*.lo
3b4f52ad 6*.o
3d5e9596 7*.trs
3b4f52ad
PP
8.deps
9.libs
10
11# Generated Autotools files
e4b44824 12.dirstamp
24a3136a 13aclocal.m4
3b4f52ad
PP
14/autom4te.cache/
15/config.status
16/config/
17/configure
18libtool
24a3136a 19/m4/libtool.m4
24a3136a
DS
20/m4/ltoptions.m4
21/m4/ltsugar.m4
22/m4/ltversion.m4
3b4f52ad 23/m4/lt~obsolete.m4
4c8bfb7e
MD
24Makefile
25Makefile.in
9cc28aba 26stamp-h1
3b4f52ad
PP
27
28# Generated Python files
29*.egg-info
81447b5b 30__pycache__
3b4f52ad
PP
31/src/bindings/python/bt2/dist
32
33# Generated pkg-config files
578e048b 34/src/babeltrace2-ctf-writer.pc
3b4f52ad
PP
35/src/babeltrace2.pc
36
37# Generated configuration/version header files
38/src/common/config.h
39/src/common/config.h.in
40/src/common/version.i
41/src/common/version.i.tmp
42
43# Generated CLI binaries
44/src/cli/*.bin
45/src/cli/babeltrace2
46/src/cli/babeltrace2-log
47
48# Generated `ctf` plugin lexer/parser files
49/src/plugins/ctf/common/src/metadata/tsdl/lexer.cpp
50/src/plugins/ctf/common/src/metadata/tsdl/parser.*pp
51/src/plugins/ctf/common/src/metadata/tsdl/parser.output
52
53# Generated test files
54/tests/**/test-*
55!/tests/**/test-*.sh
56!/tests/**/test-*.[hc]
57!/tests/**/test-*.[hc]pp
58/tests/ctf-writer/ctf-writer
59/tests/lib/conds/conds-triggers
60/tests/lib/plugin
61/tests/plugins/sink.ctf.fs/succeed/gen-trace-double
62/tests/plugins/sink.ctf.fs/succeed/gen-trace-float
63/tests/plugins/src.ctf.fs/succeed/gen-trace-simple
64/tests/utils/env.sh
65
66# Version extra information
67/version
68
69# IDE, editor, development tool, and other files
70*.bkp
cfa45a3c 71*.gcda
3b4f52ad 72*.gcno
cfa45a3c
PP
73*.gcov
74*.html
3b4f52ad
PP
75*.ide
76*.log
d8992d68 77*.stamp
3b4f52ad
PP
78*.sublime-project
79*.sublime-workspace
255725ea 80*.swp
3b4f52ad
PP
81*~
82.cache/
eced29fc 83.coverage
b368d553 84.theia
df831d31 85compile_commands.json
3b4f52ad 86cscope*
eced29fc 87htmlcov/
3b4f52ad
PP
88/install/
89TAGS
This page took 0.084456 seconds and 4 git commands to generate.