From 40566ec98e23b93f538a50bc51f5c46d8e5056bc Mon Sep 17 00:00:00 2001 From: Michael Henderson Date: Tue, 18 Jul 2017 10:06:50 -0600 Subject: [PATCH] Remove ^M from file to make line-endings consistent --- .gitignore | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.gitignore b/.gitignore index 47721b7cb..2c9063eed 100644 --- a/.gitignore +++ b/.gitignore @@ -1,15 +1,15 @@ -hugo -docs/public* -/.idea -hugo.exe -*.test -*.prof -nohup.out -cover.out -*.swp -*.swo -.DS_Store -*~ +hugo +docs/public* +/.idea +hugo.exe +*.test +*.prof +nohup.out +cover.out +*.swp +*.swo +.DS_Store +*~ vendor/*/ *.bench coverage*.out