diff options
author | Mohammed Al Sahaf <[email protected]> | 2019-10-30 23:57:22 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2019-10-30 23:57:22 +0300 |
commit | 4611537f06da0fe77214e4b2c3b4a3330ace0506 (patch) | |
tree | 267ac4946c2e0f72edf227d92e1ba606fb0c3143 /.gitignore | |
parent | 76c22c7b388d659530a4f6d0ae9f242827f7ed82 (diff) | |
download | caddy-4611537f06da0fe77214e4b2c3b4a3330ace0506.tar.gz caddy-4611537f06da0fe77214e4b2c3b4a3330ace0506.zip |
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
diff --git a/.gitignore b/.gitignore index 1cc86e44d..16d38e0e8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ _gitignore/ *.log Caddyfile +!caddyfile/ # artifacts from pprof tooling *.prof |