-
Notifications
You must be signed in to change notification settings - Fork 6
/
.gitignore
151 lines (133 loc) · 2.55 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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
# ingore local env files
.env.local
*.pb.cc
*.pb.h
*.so
*.swp
Testing
__
tests/failed
broker_pb2.py
broker_pb2.pyc
broker_pb2_grpc.py
broker_pb2_grpc.pyc
build
build_my_host
build_centos7
build_alma9
cbd
cbwd
cppcheck-build
cppcheck-report.txt
engine_pb2.py
engine_pb2.pyc
engine_pb2_grpc.py
engine_pb2_grpc.pyc
libgtest*.a
libnebbase.a
libroker.a
librokerbase.a
tags
test-coverage
ut
###
apps/
build*/*
tests/failed/*
.vs
### ide ###
**/.vscode/
**/.idea
.scannerwork
**/.cache
### temp build files ###
logs/*
workspace.*
**/*.swp
**/.*.swp
**/__pycache__/*
**/build/*
**/engine_pb2*.py
**/CMakeFiles/*
CMakeLists.txt.user
**/cmake-build-debug/*
CMakeCache.txt
cmake_install.cmake
CTest*.cmake
Makefile
log.html
output.xml
report.html
# agent
agent/scripts/centagent.service
agent/conf/centagent.json
opentelemetry-proto
# bbdo
bbdo/*_accessor.hh
# broker
broker/core/sql/inc/com/centreon/broker/sql/table_max_size.hh
broker/core/inc/com/centreon/broker/vars.hh
broker/core/inc/com/centreon/broker/version.hh
broker/config/central-rrd.json
broker/config/central-broker.json
broker/config/central-module.json
broker/script/cbd.init
broker/script/watchdog.json
broker/script/misc/grpc/broker_pb2.py
broker/script/misc/grpc/broker_pb2_grpc.py
broker/libgtest*.a
broker/libnebbase.a
broker/libroker.a
broker/librokerbase.a
broker/test/python/*.crt
broker/test/python/*.key
broker/compile_commands.json
broker/grpc/grpc_stream.proto
broker/grpc/src/grpc_bridge.cc
# clib
clib/inc/com/centreon/clib/version.hh
clib/script/*
# connectors
connectors/perl/src/xs_init.cc
connectors/perl/test/connector/paths.hh
connectors/ssh/test/connector/binary.hh
# doc
**/doc/devel-doc
**/doc/_build
# engine
engine/benchmark/lib/*
engine/benchmark/log/*
engine/conf/centengine.cfg
engine/conf/timeperiods.cfg
engine/conf/commands.cfg
engine/conf/resource.cfg
engine/conf/objects/*.cfg
engine/doc/_build
engine/enginerpc/engine.*pb.cc
engine/enginerpc/engine.*pb.h
engine/gtest.cbp
engine/inc/com/centreon/engine/version.hh
engine/inc/compatibility/common.h
engine/inc/compatibility/locations.h
engine/modules/bench/passive/paths.hh
engine/scripts/centengine.pc
engine/scripts/centengine.sh
engine/src/simumod/neb.cc
engine/tags
engine/doc/devel-doc
engine/compile_commands.json
# gorgone
gorgone/log
# tests
tests/apps/
tests/src/config/centreon-engine/*.cfg
tests/src/config/centreon-engine/config*/*
test/python/*.crt
test/python/*.key
tests/logs/*
tests/bench.unqlite
tests/resources/*_pb2.py
tests/resources/*_pb2_grpc.py
tests/resources/grpc_stream.proto
tests/resources/opentelemetry
compile_commands.json