diff options
author | Guenter Knauf <lists@gknw.net> | 2012-07-15 18:25:55 +0200 |
---|---|---|
committer | Guenter Knauf <lists@gknw.net> | 2012-07-15 18:25:55 +0200 |
commit | 0e24c1e9212d3d06000511c0c6e6dc27da48dc8d (patch) | |
tree | 9b53b40bafa1bffa960cd58040495e7a38b16791 /.gitattributes | |
parent | 9ca313798760494df4136f99cf7cd935e43e9ab2 (diff) | |
download | curl-0e24c1e9212d3d06000511c0c6e6dc27da48dc8d.tar.gz |
Tell git to not convert configure-related files.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index ab7a60e0a..c881680e8 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,4 @@ *.dsw -crlf +buildconf eol=lf +configure.ac eol=lf +*.m4 eol=lf |