diff options
author | Guenter Knauf <lists@gknw.net> | 2012-07-17 20:35:23 +0200 |
---|---|---|
committer | Guenter Knauf <lists@gknw.net> | 2012-07-17 20:35:23 +0200 |
commit | dc470723b12d475551101fa85d9f25ae5127ea5c (patch) | |
tree | 4f11471c1fffbaa2673c94868a091a9d8d4d2f03 /.gitattributes | |
parent | da2bde9d62f017fb8d20e210a5ade9d5a638e451 (diff) | |
download | curl-dc470723b12d475551101fa85d9f25ae5127ea5c.tar.gz |
Tell git to not convert configure-related files.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index c881680e8..a7b3f6a28 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,3 +2,4 @@ buildconf eol=lf configure.ac eol=lf *.m4 eol=lf +*.in eol=lf |