summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPete Batard <pbatard@gmail.com>2011-02-21 13:16:29 +0000
committerPete Batard <pbatard@gmail.com>2011-02-21 13:16:29 +0000
commitb0a72dd7a7f57113772103673c8fca390021c52c (patch)
tree9ffa9ed1b3dc22fbe5a893e216c57965cf6f5c0f
parent39f2e49d543825d984d04a5b610e5ecffc2ae69a (diff)
downloadlibusb-b0a72dd7a7f57113772103673c8fca390021c52c.tar.gz
use eol= in .gitattributes (requires git >= 1.7.3)
* eol=lf does not work with autocrlf=true on Windows for older git
-rw-r--r--.gitattributes15
1 files changed, 7 insertions, 8 deletions
diff --git a/.gitattributes b/.gitattributes
index bfef1a2..12a3a6d 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,8 +1,7 @@
-*.sh -crlf
-*.ac -crlf
-*.am -crlf
-*.dsw -crlf
-*.dsp -crlf
-*.sln -crlf
-*.vcproj -crlf
-*.test -crlf
+*.sh eol=lf
+*.ac eol=lf
+*.am eol=lf
+*.dsw eol=crlf
+*.dsp eol=crlf
+*.sln eol=crlf
+*.vcproj eol=crlf