.gitignore 384 B

1234567891011121314151617181920212223242526
  1. # Binaries for programs and plugins
  2. *.exe
  3. *.exe~
  4. *.dll
  5. *.so
  6. *.dylib
  7. bin
  8. testbin/*
  9. Dockerfile.cross
  10. # Test binary, build with `go test -c`
  11. *.test
  12. # Output of the go coverage tool, specifically when used with LiteIDE
  13. *.out
  14. # Kubernetes Generated files - skip generated files, except for vendored files
  15. !vendor/**/zz_generated.*
  16. # editor and IDE paraphernalia
  17. .idea
  18. *.swp
  19. *.swo
  20. *~