-
Notifications
You must be signed in to change notification settings - Fork 63
/
.gitignore
110 lines (99 loc) · 2 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
# Generated build files
*.a
*.exe
*.la
*.lo
*.o
*.trs
.deps
.libs
# Output of `make dist`
/babeltrace2-*.tar.bz2
# Generated Autotools files
.dirstamp
aclocal.m4
/autom4te.cache/
/config.status
/config/
/configure
libtool
/m4/libtool.m4
/m4/ltoptions.m4
/m4/ltsugar.m4
/m4/ltversion.m4
/m4/lt~obsolete.m4
Makefile
Makefile.in
stamp-h1
# Generated documentation files
/doc/api/libbabeltrace2/Doxyfile
/doc/api/libbabeltrace2/output
/doc/bindings/python/build/
/doc/man/*.1
/doc/man/*.7
/doc/man/asciidoc-attrs.conf
# Generated Python files
*.egg-info
__pycache__
/src/bindings/python/bt2/dist
/src/bindings/python/bt2/setup.py
/src/bindings/python/bt2/bt2/native_bt.cpp
/src/bindings/python/bt2/bt2/native_bt.d
/src/bindings/python/bt2/bt2/native_bt.py
/src/bindings/python/bt2/bt2/version.py
/src/bindings/python/bt2/build/
/src/bindings/python/bt2/installed_files.txt
# Generated pkg-config files
/src/babeltrace2-ctf-writer.pc
/src/babeltrace2.pc
# Generated configuration/version header files
/src/common/config.h
/src/common/config.h.in
/src/common/version.i
/src/common/version.i.tmp
# Generated CLI binaries
/src/cli/*.bin
/src/cli/babeltrace2
/src/cli/babeltrace2-log
# Generated `ctf` plugin lexer/parser files
/src/plugins/ctf/common/src/metadata/tsdl/lexer.cpp
/src/plugins/ctf/common/src/metadata/tsdl/parser.*pp
/src/plugins/ctf/common/src/metadata/tsdl/parser.output
# Generated test files
/tests/**/test-*
!/tests/**/test-*.sh
!/tests/**/test-*.[hc]
!/tests/**/test-*.[hc]pp
/tests/ctf-writer/ctf-writer
/tests/lib/conds/conds-triggers
/tests/lib/plugin
/tests/plugins/sink.ctf.fs/succeed/gen-trace-double
/tests/plugins/sink.ctf.fs/succeed/gen-trace-float
/tests/plugins/src.ctf.fs/succeed/gen-trace-simple
/tests/utils/env.sh
# Version extra information
/version
# IDE, editor, development tool, and other files
*.bkp
*.gcda
*.gcno
*.gcov
*.html
*.ide
*.log
*.stamp
*.sublime-project
*.sublime-workspace
*.swp
*~
.cache/
.clangd
.coverage
.gdb_history
.theia
.vscode
compile_commands.json
cscope*
htmlcov/
/install/
TAGS