Skip to content

Commit

Permalink
Add paths that work on Git 1.7
Browse files Browse the repository at this point in the history
kevinsawicki committed Jun 11, 2014
1 parent 8ed05a4 commit 9da9c77
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 9da9c77

Please sign in to comment.