您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 

18 行
232 B

  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