From 4611537f06da0fe77214e4b2c3b4a3330ace0506 Mon Sep 17 00:00:00 2001 From: Mohammed Al Sahaf Date: Wed, 30 Oct 2019 23:57:22 +0300 Subject: Add missing fuzzer (#2844) * fuzz: add missing fuzzer by fixing .gitignore adding a negation for caddyfile/ directory * ci: print fuzzing type for debuggability and traceability * README: update the Fuzzit badge to point to the correct Caddy server Github organization --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 1cc86e4..16d38e0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ _gitignore/ *.log Caddyfile +!caddyfile/ # artifacts from pprof tooling *.prof -- cgit v1.2.3