From ee84dd1e22cd9da9406f26af3e851866f1f3df78 Mon Sep 17 00:00:00 2001 From: Rob Loach Date: Sun, 26 Oct 2014 12:37:00 -0400 Subject: [PATCH 1/2] Add .gitattributes file --- .gitattributes | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..4502dfb --- /dev/null +++ b/.gitattributes @@ -0,0 +1,10 @@ +# Path-based git attributes +# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html + +# Ignore all test and documentation with the export-ignore" attribute. +/.gitattributes export-ignore +/.gitignore export-ignore +/.travis.yml export-ignore +/phpunit.xml.dist export-ignore +/scrutinizer.yml export-ignore +/tests export-ignore From 3d8abea1a7135692977f0d75586bd6e2c9b29bcb Mon Sep 17 00:00:00 2001 From: Rob Loach Date: Sun, 26 Oct 2014 12:37:39 -0400 Subject: [PATCH 2/2] Fix documentation --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 4502dfb..4c4dbe7 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,7 +1,7 @@ # Path-based git attributes # https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html -# Ignore all test and documentation with the export-ignore" attribute. +# Ignore all test and documentation with "export-ignore". /.gitattributes export-ignore /.gitignore export-ignore /.travis.yml export-ignore