tools/.gitignore
Scott Little d98a34ad1b import-stx: Avoid divide by zero
Fix a divide by zero error seen when the number_of_users
function returns zero.

At issue is that 'users' only counts logins, and can miss
builds running under automation such as jenkins.

Add code to detect potential automation accounts, just
jenkins so far, and to always return a value greater than
zero.

Also adding a few .gitignore entries for files generated by
stx build related scripts.

Closes-bug: 1959606
Signed-off-by: Scott Little <scott.little@windriver.com>
Change-Id: I1369aa159088a17c24cc996be1ef2d36ecdc9cf6
2022-01-31 13:17:16 -05:00

19 lines
294 B
Plaintext

*~
.makeenv
.tox
localrc
toCOPY/.gitconfig
centos-mirror-tools/logs/
centos-mirror-tools/output/
centos-mirror-tools/mirror-check-failures.log
# Sphinx documentation
doc/build/
# Release Notes documentation
releasenotes/build
# stx init/config/controller files
stx.conf
minikube_history.log