protobuf-go/.gitignore
Joe Tsai a786db3a49 .gitignore: cleanup
Remove the entry for fuzz-fuzz.zip which lives in a directory
that no longer exists.

Add a trailing slash to directories.

Change-Id: I23e0649a2326bc995f3bda41202b73270a1df4fc
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/221024
Reviewed-by: Damien Neil <dneil@google.com>
2020-02-26 19:42:08 +00:00

10 lines
306 B
Plaintext

/.cache/
/.gocache/
/bin/
/vendor/
# This file includes artifacts of the system test that should not be checked in.
# For files created by specific development environment (e.g. editor),
# use alternative ways to exclude files from git.
# For example, set up .git/info/exclude or use a global .gitignore.