.gitignore 462 B

1234567891011121314151617181920212223242526272829303132
  1. # The standard Go .gitignore file follows. (Sourced from: github.com/github/gitignore/master/Go.gitignore)
  2. # Compiled Object files, Static and Dynamic libs (Shared Objects)
  3. *.o
  4. *.a
  5. *.so
  6. # Folders
  7. _obj
  8. _test
  9. .DS_Store
  10. .idea/
  11. .vscode/
  12. # Architecture specific extensions/prefixes
  13. *.[568vq]
  14. [568vq].out
  15. *.cgo1.go
  16. *.cgo2.c
  17. _cgo_defun.c
  18. _cgo_gotypes.go
  19. _cgo_export.*
  20. _testmain.go
  21. *.exe
  22. *.test
  23. *.prof
  24. # go-autorest specific
  25. vendor/
  26. autorest/azure/example/example