jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/365338 )
Change subject: git ignore category folder ......................................................................
git ignore category folder
makecat creates a category folder. Ignore it in git.
Change-Id: I34324380f205c57421bb01ef80419f4b987069a8 --- M .gitignore 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: Legoktm: Looks good to me, approved jenkins-bot: Verified
diff --git a/.gitignore b/.gitignore index eb433f7..3e00551 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ /.tox /*.egg /data* +/category* logs* *apicache* *pycache*
pywikibot-commits@lists.wikimedia.org