diff options
author | Mohammed Al Sahaf <msaa1990@gmail.com> | 2019-10-30 23:57:22 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-30 23:57:22 +0300 |
commit | 4611537f06da0fe77214e4b2c3b4a3330ace0506 (patch) | |
tree | 267ac4946c2e0f72edf227d92e1ba606fb0c3143 /.gitignore | |
parent | 76c22c7b388d659530a4f6d0ae9f242827f7ed82 (diff) |
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
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ _gitignore/ *.log Caddyfile +!caddyfile/ # artifacts from pprof tooling *.prof |