mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 04:07:35 +03:00
add .gitignore entries for fuzzing
This commit is contained in:
parent
20557738a0
commit
1ff6c04bdd
1 changed files with 10 additions and 0 deletions
10
.gitignore
vendored
10
.gitignore
vendored
|
@ -2,3 +2,13 @@ debug
|
|||
debug.test
|
||||
main
|
||||
*.qtr
|
||||
|
||||
fuzzing/*/*.zip
|
||||
fuzzing/*/coverprofile
|
||||
fuzzing/*/crashers
|
||||
fuzzing/*/sonarprofile
|
||||
fuzzing/*/suppressions
|
||||
fuzzing/*/corpus/
|
||||
!fuzzing/frames/single-frame*
|
||||
!fuzzing/frames/multiple-frame*
|
||||
!fuzzing/header/header*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue