add a .gitattributes

stops git on Windows adding CRLF line endings to various files

see https://github.com/jcupitt/libvips/issues/500#issuecomment-239968255
This commit is contained in:
John Cupitt 2016-08-16 09:21:54 +01:00
parent 1f403a4add
commit 476f2157b8
1 changed files with 5 additions and 0 deletions

5
.gitattributes vendored Normal file
View File

@ -0,0 +1,5 @@
# Shell scripts and Automake sources can't have CRLF line endings
configure.ac eol=lf
Makefile.am eol=lf
*.m4 eol=lf
*.sh eol=lf