11 lines
229 B
Plaintext
11 lines
229 B
Plaintext
# Ignore anything beginning with a dot: these are usually temporary or
|
|
# unimportant.
|
|
.*
|
|
|
|
# Exceptions to the rule above: files we care about that would otherwise be
|
|
# excluded.
|
|
!.gitignore
|
|
|
|
# go-fuzz build artifacts.
|
|
*-fuzz.zip
|