diff options
author | Michael Henderson <[email protected]> | 2017-07-18 10:06:50 -0600 |
---|---|---|
committer | Anthony Fok <[email protected]> | 2017-07-21 02:41:07 -0600 |
commit | 40566ec98e23b93f538a50bc51f5c46d8e5056bc (patch) | |
tree | f0f43bfbd42a50b5727009e4b6a018a0b5b5027e /.gitignore | |
parent | 7759a98f713a3ff5359c486118e1fb2cf1799b28 (diff) | |
download | hugo-40566ec98e23b93f538a50bc51f5c46d8e5056bc.tar.gz hugo-40566ec98e23b93f538a50bc51f5c46d8e5056bc.zip |
Remove ^M from file to make line-endings consistent
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 24 |
1 files 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 |