.gitignore 256 B

12345678910111213141516171819
  1. # Binaries for programs and plugins
  2. *.exe
  3. *.exe~
  4. *.dll
  5. *.so
  6. *.dylib
  7. .idea/
  8. .DS_Store
  9. # Test binary, built with `go test -c`
  10. *.test
  11. # Output of the go coverage tool, specifically when used with LiteIDE
  12. *.out
  13. vendor/
  14. bench_server/bench_server
  15. plow*
  16. dist/