Skip to content

Commit a7c3af2

Browse files
add common temporary file patterns to .gitignore
1 parent a76879c commit a7c3af2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,14 @@ main
44
mockgen_tmp.go
55
*.qtr
66
*.qlog
7+
*.txt
8+
race.[0-9]*
79

810
fuzzing/*/*.zip
911
fuzzing/*/coverprofile
1012
fuzzing/*/crashers
1113
fuzzing/*/sonarprofile
1214
fuzzing/*/suppressions
1315
fuzzing/*/corpus/
16+
17+
gomock_reflect_*/

0 commit comments

Comments
 (0)