diff options
| author | Yoshiya Hinosawa <stibium121@gmail.com> | 2018-09-22 01:06:59 +0900 |
|---|---|---|
| committer | Bert Belder <bertbelder@gmail.com> | 2018-09-22 01:09:25 -0700 |
| commit | 3747ec57e097e1addfeb9c38da846b1ca7cbeb05 (patch) | |
| tree | 983363b99f7c2cc4b5dcf64726b248b2093c566d /.gitignore | |
| parent | 7a0670a9512981cee18d1960db46a3b57844595d (diff) | |
Add benchmark tools (#777)
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 51eb81ca8..bd850eb16 100644 --- a/.gitignore +++ b/.gitignore @@ -6,7 +6,11 @@ Cargo.lock yarn.lock # npm deps node_modules +# editor files .idea - # RLS generated files /target/ +# export dir for gh-pages +/gh-pages +# temp benchmark data +/website/data.json |
