From d99e588e3cbab28db86f8da22e22c72d8cc38543 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Thu, 22 Sep 2016 18:37:27 +0100 Subject: [PATCH] Closes #2300 --- .gitattributes | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 278ace47a4f..61ba0cef18f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,13 @@ -/build export-ignore +/build* export-ignore +/*.md export-ignore +/LICENSE export-ignore +/*.xml export-ignore +/*.xsd export-ignore +/tests export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/.php_cs export-ignore +/.travis.yml export-ignore *.php diff=php