From 4774332fcb1b58a0c84c7d7e074c7a7020e491f0 Mon Sep 17 00:00:00 2001 From: John Ralls Date: Sat, 27 May 2017 12:05:16 -0700 Subject: [PATCH] Add CMake files and .gitattributes to lf-only files. --- .gitattributes | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 3a130a3640..75ddd56bc6 100644 --- a/.gitattributes +++ b/.gitattributes @@ -23,6 +23,7 @@ *.sh text eol=lf *.svg text eol=lf *.xsl text eol=lf +*.cmake test eol=lf Makefile.TAGS text eol=lf Makevars text eol=lf @@ -33,7 +34,8 @@ custom.sh.sample text eol=lf glade-fixup text eol=lf gnc-glossary.txt text eol=lf gnc-scm-info text eol=lf - +CMakeLists.txt text eol=lf +.gitattributes text eol=lf # Files that should use CRLF at all times *.bat text eol=crlf