Permalink
Browse files
Fix build from Git checkout with core.autocrlf=true
- Loading branch information...
Showing
with
5 additions
and
0 deletions.
-
+5
−0
.gitattributes
|
|
@@ -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
|
0 comments on commit
197723b