From 640c103c0a2b92f7f2a49cfc0721577f40aa90e0 Mon Sep 17 00:00:00 2001 From: Christian Murphy Date: Mon, 12 Sep 2022 01:01:11 -0700 Subject: Add fuzz testing Closes GH-7. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 0e0f1b9..b40bec5 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,6 @@ coverage/ target commonmark-data.txt unicode-data.txt +fuzz/target +fuzz/corpus +fuzz/artifacts -- cgit