diff options
author | bep <[email protected]> | 2015-01-20 16:47:15 +0100 |
---|---|---|
committer | bep <[email protected]> | 2015-01-20 16:49:28 +0100 |
commit | ee34a840bc286d6668f3404ded3809e5e31569ad (patch) | |
tree | b9f40adbb5dcb2b7f0227849a74b0c6211e0fb17 /.gitignore | |
parent | f77f2a9b402a1d4650d6afada3fdbb7ac619d42a (diff) | |
download | hugo-ee34a840bc286d6668f3404ded3809e5e31569ad.tar.gz hugo-ee34a840bc286d6668f3404ded3809e5e31569ad.zip |
Add test binaries 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 c024ca4e9..3ea8aedd6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ hugo
docs/public*
hugo.exe
+*.test
cover.out
*.swp
*.swo
|