From da17dc0ccec98aeba0de0aa9ad8458cbf9e15be8 Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Wed, 3 Feb 2016 10:21:23 +0100 Subject: [PATCH 1/2] Create .gitattributes --- .gitattributes | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..9383477b --- /dev/null +++ b/.gitattributes @@ -0,0 +1,9 @@ +* text=auto + +tests/SEOstatsTest/_assert/* linguist-vendored + +/tests export-ignore +.gitattributes export-ignore +.gitignore export-ignore +.scrutinizer.yml export-ignore +.travis.yml export-ignore From 43770c94edef2ecdc197745d35cca00e37a62fbe Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Wed, 3 Feb 2016 10:25:39 +0100 Subject: [PATCH 2/2] Add example to export-ignore --- .gitattributes | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitattributes b/.gitattributes index 9383477b..7147c29d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,9 +1,8 @@ * text=auto - -tests/SEOstatsTest/_assert/* linguist-vendored - -/tests export-ignore .gitattributes export-ignore .gitignore export-ignore .scrutinizer.yml export-ignore .travis.yml export-ignore +/example export-ignore +/tests export-ignore +/tests/SEOstatsTest/_assert/* linguist-vendored