You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.gitignore 232 B

1234567891011121314151617
  1. # Object files and binaries from go.
  2. *.[568]
  3. # Library files.
  4. *.a
  5. # Any file prefixed by an underscore.
  6. */_*
  7. # Vim temporary files.
  8. .*.swp
  9. # The mockgen binary.
  10. mockgen/mockgen
  11. # A binary produced by gotest.
  12. #gomock/[568]\.out