# Ignore anything beginning with a dot: these are usually temporary or
# unimportant.
.*
# Exceptions to the rules above: files we care about that would otherwise be
# excluded.
!.gitignore
!.github
# The binaries.
/gofer
/test/util/exp/exp
# Configuration and certificates, to prevent accidents.
*.yaml
*.pem
!test/**/*.yaml
!.github/**/*.yaml
# Files generated by the performance tests.
test/testdata/dir/perf*