Legoktm has uploaded a new change for review. https://gerrit.wikimedia.org/r/313645
Change subject: Add .gitattributes ...................................................................... Add .gitattributes Change-Id: I2a8bc7859af4dfc96898c1cd95238f16cbc73bda --- A .gitattributes 1 file changed, 10 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/libs/WaitConditionLoop refs/changes/45/313645/1 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..b6fe658 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,10 @@ +.editorconfig export-ignore +.gitattributes export-ignore +.gitignore export-ignore +.gitreview export-ignore +.travis.yml export-ignore +Doxyfile export-ignore +composer.json export-ignore +phpcs.xml export-ignore +phpunit.xml.dist export-ignore +tests/ export-ignore -- To view, visit https://gerrit.wikimedia.org/r/313645 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I2a8bc7859af4dfc96898c1cd95238f16cbc73bda Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/libs/WaitConditionLoop Gerrit-Branch: master Gerrit-Owner: Legoktm <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
