bencode inspired tight self describing serialization format
Diffstat (limited to 'fuzz/.gitignore')
| -rw-r--r-- | fuzz/.gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fuzz/.gitignore b/fuzz/.gitignore new file mode 100644 index 0000000..4bc31dc --- /dev/null +++ b/fuzz/.gitignore @@ -0,0 +1,5 @@ +/artifacts/ +/corpus/ +/coverage/ +/target/ +/Cargo.lock |