1
0
Fork 0
mirror of https://github.com/gohugoio/hugo.git synced 2025-04-14 00:46:03 +00:00

Update .gitignore to ignore *.swo files

For the fellow vim user.
This commit is contained in:
Noah Campbell 2013-08-23 14:44:43 -07:00
parent 7461ed63ae
commit 0fabd51ab1

11
.gitignore vendored
View file

@ -1,5 +1,6 @@
hugo
docs/public*
hugo.exe
*.swp
.DS_Store
hugo
docs/public*
hugo.exe
*.swp
*.swo
.DS_Store