cpp-common/bt2c/fmt.hpp: use `wise_enum::string_type` in `EnableIfIsWiseEnum` definition
[babeltrace.git] / .gitignore
1 # Generated build files
2 *.a
3 *.exe
4 *.la
5 *.lo
6 *.o
7 *.trs
8 .deps
9 .libs
10
11 # Generated Autotools files
12 .dirstamp
13 aclocal.m4
14 /autom4te.cache/
15 /config.status
16 /config/
17 /configure
18 libtool
19 /m4/libtool.m4
20 /m4/ltoptions.m4
21 /m4/ltsugar.m4
22 /m4/ltversion.m4
23 /m4/lt~obsolete.m4
24 Makefile
25 Makefile.in
26 stamp-h1
27
28 # Generated Python files
29 *.egg-info
30 __pycache__
31 /src/bindings/python/bt2/dist
32
33 # Generated pkg-config files
34 /src/babeltrace2-ctf-writer.pc
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
71 *.gcda
72 *.gcno
73 *.gcov
74 *.html
75 *.ide
76 *.log
77 *.stamp
78 *.sublime-project
79 *.sublime-workspace
80 *.swp
81 *~
82 .cache/
83 .coverage
84 .theia
85 compile_commands.json
86 cscope*
87 htmlcov/
88 /install/
89 TAGS
This page took 0.030374 seconds and 4 git commands to generate.