From 9da9c77e614583a4d84ac27079ff425d055ecf8e Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Wed, 11 Jun 2014 11:50:56 -0700 Subject: [PATCH] Add paths that work on Git 1.7 --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitattributes b/.gitattributes index 3b45561a0..6eb1a23ae 100644 --- a/.gitattributes +++ b/.gitattributes @@ -6,3 +6,9 @@ spec/fixtures/**/*.less text eol=lf spec/fixtures/**/*.css text eol=lf spec/fixtures/**/*.txt text eol=lf spec/fixtures/dir/**/* text eol=lf + +# Git 1.7 does not support **/* patterns +spec/fixtures/css.css text eol=lf +spec/fixtures/sample.js text eol=lf +spec/fixtures/sample.less text eol=lf +spec/fixtures/sample.txt text eol=lf