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:
parent
1f403a4add
commit
476f2157b8
5
.gitattributes
vendored
Normal file
5
.gitattributes
vendored
Normal 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
|
Loading…
Reference in New Issue
Block a user