From f8268765a70d48d7c2853711587fbb939fbfb657 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Wed, 19 Nov 2014 22:21:27 +0000 Subject: [PATCH] Ignore some files on clone. --- .gitattributes | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitattributes b/.gitattributes index 176a458f..0ecc7e75 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,8 @@ * text=auto + +/tests export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/phpunit.xml export-ignore +/README.md export-ignore +/CONTRIBUTING.md export-ignore