mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-02 19:57:35 +03:00
add common temporary file patterns to .gitignore
This commit is contained in:
parent
a76879c305
commit
a7c3af2ccf
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -4,6 +4,8 @@ main
|
||||||
mockgen_tmp.go
|
mockgen_tmp.go
|
||||||
*.qtr
|
*.qtr
|
||||||
*.qlog
|
*.qlog
|
||||||
|
*.txt
|
||||||
|
race.[0-9]*
|
||||||
|
|
||||||
fuzzing/*/*.zip
|
fuzzing/*/*.zip
|
||||||
fuzzing/*/coverprofile
|
fuzzing/*/coverprofile
|
||||||
|
@ -11,3 +13,5 @@ fuzzing/*/crashers
|
||||||
fuzzing/*/sonarprofile
|
fuzzing/*/sonarprofile
|
||||||
fuzzing/*/suppressions
|
fuzzing/*/suppressions
|
||||||
fuzzing/*/corpus/
|
fuzzing/*/corpus/
|
||||||
|
|
||||||
|
gomock_reflect_*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue