diff options
author | Aleksey Kladov <[email protected]> | 2019-02-21 12:44:38 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2019-02-21 12:44:38 +0000 |
commit | 6225e1ab705daae0064499f6d5eceea13193cec3 (patch) | |
tree | 781ff648536c2fec3bb9bfd26cafe38b7edb219b /crates/ra_syntax/fuzz/.gitignore | |
parent | 412ac63ff517c7eab5e1cfe0bf239616bd2c13a1 (diff) |
Ignore lockfile in fuzz
It's too much trouble maintaining it
Diffstat (limited to 'crates/ra_syntax/fuzz/.gitignore')
-rw-r--r-- | crates/ra_syntax/fuzz/.gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_syntax/fuzz/.gitignore b/crates/ra_syntax/fuzz/.gitignore index 572e03bdf..f734abd49 100644 --- a/crates/ra_syntax/fuzz/.gitignore +++ b/crates/ra_syntax/fuzz/.gitignore | |||
@@ -1,4 +1,4 @@ | |||
1 | 1 | Cargo.lock | |
2 | target | 2 | target |
3 | corpus | 3 | corpus |
4 | artifacts | 4 | artifacts |