jenkins-bot has submitted this change and it was merged.

Change subject: Ignore 'dirty' submodules
......................................................................


Ignore 'dirty' submodules

This will hide the submodules from the git status listing,
and thus will also prevent the silly 'changed submodule'
entries in commits

Change-Id: I5a9ac23d65d58baf95eee18cb9b6912fb1a11ee4
---
M .gitmodules
1 file changed, 2 insertions(+), 0 deletions(-)

Approvals:
  Xqt: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/.gitmodules b/.gitmodules
index c8596ea..5535d5a 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -2,8 +2,10 @@
        path = scripts/i18n
        url = https://gerrit.wikimedia.org/r/p/pywikibot/i18n.git
        branch = .
+       ignore = dirty
 
 [submodule "externals/httplib2"]
        path = externals/httplib2
        url = https://gerrit.wikimedia.org/r/p/pywikibot/externals/httplib2.git
        branch = .
+       ignore = dirty

-- 
To view, visit https://gerrit.wikimedia.org/r/97558
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I5a9ac23d65d58baf95eee18cb9b6912fb1a11ee4
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: Merlijn van Deen <[email protected]>
Gerrit-Reviewer: Ladsgroup <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to