diff options
author | Pete Batard <pbatard@gmail.com> | 2011-03-08 17:12:33 +0000 |
---|---|---|
committer | Peter Stuge <peter@stuge.se> | 2011-06-13 22:06:30 +0200 |
commit | 356e312511e4892977636da52ec497ad2c716032 (patch) | |
tree | 22956db39ac2646755387c217927eabc5c8d65e1 /.gitattributes | |
parent | 61c120f025f3dee04eeb88159d7c0403a8bf91fe (diff) | |
download | libusb-356e312511e4892977636da52ec497ad2c716032.tar.gz |
Add .gitattributes to avoid Windows line ending issues with autocrlf
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..b6ffeb8 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +*.sh eol=lf +*.ac eol=lf +*.am eol=lf |