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 492B

123456789101112131415161718192021222324252627282930313233
  1. #### joe made this: http://goel.io/joe
  2. #### go ####
  3. # Binaries for programs and plugins
  4. *.exe
  5. *.dll
  6. *.so
  7. *.dylib
  8. # Test binary, build with `go test -c`
  9. *.test
  10. # Output of the go coverage tool, specifically when used with LiteIDE
  11. *.out
  12. # Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
  13. .glide/
  14. #### vim ####
  15. # Swap
  16. [._]*.s[a-v][a-z]
  17. [._]*.sw[a-p]
  18. [._]s[a-v][a-z]
  19. [._]sw[a-p]
  20. # Session
  21. Session.vim
  22. # Temporary
  23. .netrwhist
  24. *~
  25. # Auto-generated tag files
  26. tags