diff options
author | bep <[email protected]> | 2015-01-20 12:09:22 +0100 |
---|---|---|
committer | bep <[email protected]> | 2015-01-20 12:09:22 +0100 |
commit | 4b1780bf698465688d15d10a22d705f997dc64a5 (patch) | |
tree | ad8f01b3b483078d1990a9c600454d63631b8e5a /.gitignore | |
parent | a6bf6f52cefc2c81b8a97931d2d49b43e517348f (diff) | |
download | hugo-4b1780bf698465688d15d10a22d705f997dc64a5.tar.gz hugo-4b1780bf698465688d15d10a22d705f997dc64a5.zip |
Add test coverage files to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 297d8d815..c024ca4e9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ hugo
docs/public*
hugo.exe
+cover.out
*.swp
*.swo
.DS_Store
|