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