John Vandenberg has uploaded a new change for review. https://gerrit.wikimedia.org/r/182066
Change subject: Typical .gitignore enties for python and json ...................................................................... Typical .gitignore enties for python and json Change-Id: I0e74aab02d18bea88c6e614f094e3abea917b490 --- M .gitignore 1 file changed, 5 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/pywikibot/i18n refs/changes/66/182066/1 diff --git a/.gitignore b/.gitignore index 92a4414..2470f5a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,7 @@ *.bak *.pyc +*.pyo +*.py~ +*pycache* +*.json~ + -- To view, visit https://gerrit.wikimedia.org/r/182066 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I0e74aab02d18bea88c6e614f094e3abea917b490 Gerrit-PatchSet: 1 Gerrit-Project: pywikibot/i18n Gerrit-Branch: master Gerrit-Owner: John Vandenberg <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
