-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy path.gitignore
295 lines (267 loc) · 5.92 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
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
*.sh.bak
*.h.bak
*.c.bak
*.cc.bak
*.cpp.bak
*.ecpp.bak
.*.swp
.*.swo
*.bnf
.#*
*~
*.pid
*.log
aclocal.m4
autom4te.cache
build-aux
config/
config.h
config.h.in
confdefs.h
config.log
config.status
conftest.*
configure
!configure.ac
.deps
.git_details
.git_details-fty-core
.git_details.tmp
src/include/git_details_override.c
src/include/git_details_override.h
.libs/
nbproject
libtool
lib*.a
lib*.la
lib*.so
lib*.so.*
INSTALL*.html
CONTRIB*.html
Makefile.in
Makefile
!Makefile.am
bios_web.la
*.o
*.lo
check-builddeps.py
bios-qa
Installation
ut_result.log
db_dump
.dirstamp
stamp-h1
docs/man/*.xml
docs/man/*.8
docs/develop/*.html
!docs/develop/README-builder.txt
!docs/develop/README-init-os-accounts.txt
docs/develop/*.txt
docs/doxygen/Doxyfile
!docs/doxygen/Doxyfile.in
docs/doxygen/doxylog.txt
docs/doxygen/html/
docs/doxygen/doxygen_sqlite3.db
docs/doxygen/*.tmp
docs/examples/sudoers.d/fty_00_base
!docs/examples/sudoers.d/fty_00_base.in
docs/examples/nut-server.service.d/configure-nut-users.conf
!docs/examples/nut-server.service.d/configure-nut-users.conf.in
.test.log
.test.trs
test-log.*
test-*.log
test-*.trs
make.log
make.output*
cppcheck.supp
cppcheck.xml
test-agents
test-api
test-cidr
test-csv
test-loadcsv
test-db2
test-log
test-subprocess
test-utils
test-utils-plusplus
test-utils-web
test-dbtopology
test-web
test-web-helpers
test-libbiosapiut
test-db-asset-crud
test-autoconfig
test-tntmlm
test-totalpower
agent-inventory
agent-autoconfig
generate_measurement
warranty-metric
bios-csv
tests/junit/
tests/CI/web/log/
tests/CI/tmp.*
tests/CI/web/commands/tmp.*
tests/CI/*.pyc
var/
build/
build-*/
bios-*.*/
bios-*.*.tar.?z
bios-*.deb
core-*.*/
core-*.*.tar.?z
core-*.deb
fty-core-*.*/
fty-core-*.*.tar.?z
fty-core-*.deb
src/utils/messages/json_schemas.h
tools/journalctl
tools/run-test-doc.sh
tools/run-test-doc.sh.log
tools/run-test-doc.sh.trs
tools/db-init
!tools/db-init.in
tools/factory-reset-live.sh
!tools/factory-reset-live.sh.in
tools/bios-passwd
!tools/bios-passwd.in
systemd/42-bios-systemd.preset
!systemd/bios-db-init.service.in
systemd/bios-db-init.service
!systemd/bios-agent-cm.service.in
systemd/bios-agent-cm.service
systemd/bios-reset-button.service
!systemd/bios-reset-button.service.in
!systemd/biostimer-warranty-metric.service.in
systemd/biostimer-warranty-metric.service
!systemd/ifplug-dhcp-autoconf.service.in
systemd/ifplug-dhcp-autoconf.service
!systemd/bios-ssh-last-resort.service.in
systemd/bios-ssh-last-resort.service
!systemd/bios-networking.service.in
systemd/bios-networking.service
!systemd/bios-target-watchdog.service.in
systemd/bios-target-watchdog.service
!systemd/biostimer-verify-fs.service.in
systemd/biostimer-verify-fs.service
!systemd/biostimer-compress-logs.service.in
systemd/biostimer-compress-logs.service
!systemd/biostimer-loghost-rsyslog-netconsole.service.in
systemd/biostimer-loghost-rsyslog-netconsole.service
!systemd/ipc-meta-setup.service.in
systemd/ipc-meta-setup.service
!systemd/fty-core.conf.in
systemd/fty-core.conf
!systemd/fty-db-init.conf.in
systemd/fty-db-init.conf
!systemd/fty-db-init.service.in
systemd/fty-db-init.service
!systemd/fty-db-engine.service.in
systemd/fty-db-engine.service
!systemd/fty-db-engine-pre.service.in
systemd/fty-db-engine-pre.service
!systemd/[email protected]
systemd/[email protected]
!systemd/fty-envvars.service.in
systemd/fty-envvars.service
!systemd/fty-hostname-setup.service.in
systemd/fty-hostname-setup.service
!systemd/fty-license-accepted.service.in
systemd/fty-license-accepted.service
!systemd/fty-license-accepted.path.in
systemd/fty-license-accepted.path
!tools/disable-root-account.in
tools/disable-root-account
!tools/enable-root-account.in
tools/enable-root-account
!tools/ethtool-static-nolink.in
tools/ethtool-static-nolink
!tools/fty-route.in
tools/fty-route
!tools/ifplug-dhcp-autoconf.sh.in
tools/ifplug-dhcp-autoconf.sh
!tools/generate-release-details.sh.in
tools/generate-release-details.sh
!tools/run-user-script.in
tools/run-user-script
!tools/run-ssh-action.in
tools/run-ssh-action
!tools/udhcpc-override.sh.in
tools/udhcpc-override.sh
!tools/tntnet-ExecStartPre.sh.in
tools/tntnet-ExecStartPre.sh
!tools/envvars-ExecStartPre.sh.in
tools/envvars-ExecStartPre.sh
!tools/start-db-services.in
tools/start-db-services
!tools/setup-nut-users-ExecStartPre.sh.in
tools/setup-nut-users-ExecStartPre.sh
src/web/src/auth-verify.cpp
src/web/src/auth-require.cpp
src/web/src/augtool.cpp
src/web/src/auth.cpp
src/web/src/asset_*.cpp
src/web/src/assets_*.cpp
src/web/src/agent.cpp
src/web/src/alerts.cpp
src/web/src/average.cpp
src/web/src/config.cpp
src/web/src/json.cpp
src/web/src/asset_list.cpp
src/web/src/getlog_GET.cpp
src/web/src/netcfg.cpp
src/web/src/iface.cpp
src/web/src/license.cpp
src/web/src/license_status.cpp
src/web/src/license_text.cpp
src/web/src/license_POST.cpp
src/web/src/netcfg-list.cpp
src/web/src/time.cpp
src/web/src/network.cpp
src/web/src/networks.cpp
src/web/src/current.cpp
src/web/src/datacenter_indicators.cpp
src/web/src/topology_location_from.cpp
src/web/src/topology_location_to.cpp
src/web/src/topology_power.cpp
src/web/src/rack_total.cpp
src/web/src/sysinfo.cpp
src/web/src/ssl-redirect.cpp
src/web/src/ui_properties.cpp
src/web/src/alerts.cpp
src/web/src/uptime.cpp
src/web/src/my_profile.cpp
src/web/src/not_found.cpp
src/web/src/asset_export.cpp
src/web/src/admin_passwd.cpp
src/web/src/admin_passwd.ecpp
!src/web/src/admin_passwd.ecpp.in
src/web/src/admin_iface.cpp
src/web/src/admin_ifaces.cpp
src/web/src/systemctl.cpp
src/web/src/alert_rules_list.cpp
src/web/src/alert_rules_detail.cpp
src/web/src/alert_rules.cpp
src/web/src/alert_ack.cpp
src/web/src/alert_list.cpp
src/web/src/email_feedback.cpp
src/web/src/email_test.cpp
src/web/src/email_vote.cpp
src/web/src/input_power_chain.cpp
tntnet.xml.example
tntnet.xml
tests/CI/run_tntnet_make.env
!src/agents
src/api/libbiosapi.pc
!src/api/libbiosapi.pc.in
tools/verify-fs
!tools/verify-fs.in
database/mysql/test_averages_relative.sql
*.git
tmp
setup/20-th-names.sh
setup/20-rcmysql-transient.sh
.history/