John Vandenberg has uploaded a new change for review. https://gerrit.wikimedia.org/r/214016
Change subject: Ignore .rst~ files ...................................................................... Ignore .rst~ files Change-Id: I72b50c5eba29f635dea0128b477fdb65ad9819f3 --- M .gitignore 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/pywikibot/core refs/changes/16/214016/1 diff --git a/.gitignore b/.gitignore index 38c2560..9d98912 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ *.pyc *.pyo *.py~ +*.rst~ /.tox /*.egg /data* -- To view, visit https://gerrit.wikimedia.org/r/214016 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I72b50c5eba29f635dea0128b477fdb65ad9819f3 Gerrit-PatchSet: 1 Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-Owner: John Vandenberg <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
