From d148edbcf1c477e7df9392bf87c96c49295d3333 Mon Sep 17 00:00:00 2001 From: Sergei Morozov Date: Sat, 6 Jun 2020 07:29:01 -0700 Subject: [PATCH] Exclude more resources from the distribution package (#257) --- .gitattributes | 28 +++++++++++++++++++--------- 1 file changed, 19 insertions(+), 9 deletions(-) diff --git a/.gitattributes b/.gitattributes index c0bcf3bd..4c528011 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,13 +1,23 @@ /.gitattributes export-ignore /.gitignore export-ignore /.travis.yml export-ignore -/Doxyfile export-ignore -/art/ export-ignore -/benchmarks/ export-ignore -/configdoc/ export-ignore +/art export-ignore +/benchmarks export-ignore +/configdoc export-ignore /configdoc/usage.xml -crlf -/docs/ export-ignore -/phpdoc.ini -/smoketests/ export-ignore -/tests/* export-ignore -/tests/path2class.func.php -export-ignore +/docs export-ignore +/Doxyfile export-ignore +/extras export-ignore +/INSTALL* export-ignore +/maintenance export-ignore +/NEWS export-ignore +/package.php export-ignore +/plugins export-ignore +/phpdoc.ini export-ignore +/smoketests export-ignore +/test-* export-ignore +/tests export-ignore +/TODO export-ignore +/update-for-release export-ignore +/WHATSNEW export-ignore +/WYSIWYG export-ignore