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.
 
 
 
 

25 lines
408 B

  1. # Mac OS X files
  2. .DS_Store
  3. # Binaries for programs and plugins
  4. *.exe
  5. *.exe~
  6. *.dll
  7. *.so
  8. *.dylib
  9. # Test binary, build with `go test -c`
  10. *.test
  11. # Output of the go coverage tool, specifically when used with LiteIDE
  12. *.out
  13. # Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
  14. .glide/
  15. main.go
  16. maincopy.go
  17. # Dependency directories (remove the comment below to include it)
  18. # vendor/