diff options
author | bep <[email protected]> | 2015-05-14 23:18:00 +0200 |
---|---|---|
committer | bep <[email protected]> | 2015-05-14 23:17:45 +0200 |
commit | bef92baa48a9844ba1284a9c5412fff72684abbf (patch) | |
tree | d70781958bea3149c1fb809c649a0b610daf58f7 /.gitignore | |
parent | be1a566203292bff51298afd4c8c46bd6df7cc0a (diff) | |
download | hugo-bef92baa48a9844ba1284a9c5412fff72684abbf.tar.gz hugo-bef92baa48a9844ba1284a9c5412fff72684abbf.zip |
Add convenience script to run benchmarks
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 41162a757..73a0539cf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ hugo
docs/public*
+/.idea
hugo.exe
*.test
*.prof
|