Skip to content

Commit

Permalink
Remove ^M from file to make line-endings consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
mdhender authored and anthonyfok committed Jul 21, 2017
1 parent 7759a98 commit 40566ec
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 40566ec

Please sign in to comment.