diff options
author | Brad King <brad.king@kitware.com> | 2019-08-22 19:17:33 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-08-22 19:17:58 (GMT) |
commit | 1a6e5ac5cfe338525507f036525e183b24bea3ad (patch) | |
tree | fe0db5e9630d50c460b92b75cb078c0ff7f7bba5 | |
parent | 130dbe4a5d49baa4404a399860bd3a6182783ece (diff) | |
download | CMake-1a6e5ac5cfe338525507f036525e183b24bea3ad.zip CMake-1a6e5ac5cfe338525507f036525e183b24bea3ad.tar.gz CMake-1a6e5ac5cfe338525507f036525e183b24bea3ad.tar.bz2 |
gitattributes: Use LF newlines in '.bash' files
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 3854b73..3da2d60 100644 --- a/.gitattributes +++ b/.gitattributes @@ -11,6 +11,7 @@ bootstrap eol=lf configure eol=lf *.[1-9] eol=lf +*.bash eol=lf *.sh eol=lf *.sh.in eol=lf |