From 5c6f69c254062bb3d1a9cba153dc5bed48db07c2 Mon Sep 17 00:00:00 2001 From: Giancarlos Salas Date: Fri, 29 Dec 2017 21:01:11 -0500 Subject: [PATCH 1/2] exclude files in release --- .gitattributes | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.gitattributes b/.gitattributes index 4282322..55574ad 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,16 @@ # Set the default behavior, in case people don't have core.autocrlf set. * text eol=lf +/benchmarks export-ignore +/docs export-ignore +/examples export-ignore +/tests export-ignore +/tools export-ignore +.gitattributes export-ignore +.gitignore export-ignore +.travis.yml export-ignore +CHANGELOG.md export-ignore +CONTRIBUTING.md export-ignore +mkdocs.yml export-ignore +phpbench.json export-ignore +phpunit.xml.dist export-ignore +UPGRADE.md export-ignore \ No newline at end of file From 90978ea78da9354c2ace52a1fbe0a68fc5073efd Mon Sep 17 00:00:00 2001 From: Giancarlos Salas Date: Tue, 2 Jan 2018 10:02:18 -0500 Subject: [PATCH 2/2] update ignore files --- .gitattributes | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitattributes b/.gitattributes index 55574ad..0bddf41 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,16 +1,12 @@ # Set the default behavior, in case people don't have core.autocrlf set. * text eol=lf /benchmarks export-ignore -/docs export-ignore -/examples export-ignore /tests export-ignore /tools export-ignore .gitattributes export-ignore .gitignore export-ignore .travis.yml export-ignore -CHANGELOG.md export-ignore CONTRIBUTING.md export-ignore mkdocs.yml export-ignore phpbench.json export-ignore phpunit.xml.dist export-ignore -UPGRADE.md export-ignore \ No newline at end of file