Remove ^M from file to make line-endings consistent

This commit is contained in:
Michael Henderson 2017-07-18 10:06:50 -06:00 committed by Anthony Fok
parent 7759a98f71
commit 40566ec98e

24
.gitignore vendored
View file

@ -1,15 +1,15 @@
hugo hugo
docs/public* docs/public*
/.idea /.idea
hugo.exe hugo.exe
*.test *.test
*.prof *.prof
nohup.out nohup.out
cover.out cover.out
*.swp *.swp
*.swo *.swo
.DS_Store .DS_Store
*~ *~
vendor/*/ vendor/*/
*.bench *.bench
coverage*.out coverage*.out