jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1216551?usp=email )
Change subject: Add generated password file to gitignore list ...................................................................... Add generated password file to gitignore list Bug: T410753 Bug: T411966 Change-Id: If4acffb50d3eac6224eec06a9c562979b74cced8 Signed-off-by: Xqt <[email protected]> --- M .gitignore 1 file changed, 1 insertion(+), 0 deletions(-) Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified diff --git a/.gitignore b/.gitignore index dc1bb7d..295a917 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ throttle.ctrl user-*.py +user-*.cfg *.bak *.lwp *.pyc -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1216551?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.wikimedia.org/r/settings?usp=email Gerrit-MessageType: merged Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-Change-Id: If4acffb50d3eac6224eec06a9c562979b74cced8 Gerrit-Change-Number: 1216551 Gerrit-PatchSet: 4 Gerrit-Owner: Xqt <[email protected]> Gerrit-Reviewer: Xqt <[email protected]> Gerrit-Reviewer: jenkins-bot
_______________________________________________ Pywikibot-commits mailing list -- [email protected] To unsubscribe send an email to [email protected]
