.gitignore 534 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. vendor
  2. cmd/hercules/plugin_template_source.go
  3. contrib/_plugin_example/churn_analysis.pb.go
  4. pb/pb.pb.go
  5. pb/pb_pb2.py
  6. coverage.txt
  7. protoc-gen-gogo
  8. hercules
  9. python/dist
  10. python/build
  11. **/*.egg-info
  12. **/__pycache__
  13. **/.DS_Store
  14. .idea
  15. # Compiled Object files, Static and Dynamic libs (Shared Objects)
  16. *.o
  17. *.a
  18. *.so
  19. # Folders
  20. _obj
  21. _test
  22. # Architecture specific extensions/prefixes
  23. *.[568vq]
  24. [568vq].out
  25. *.cgo1.go
  26. *.cgo2.c
  27. _cgo_defun.c
  28. _cgo_gotypes.go
  29. _cgo_export.*
  30. _testmain.go
  31. *.exe
  32. *.test
  33. *.prof
  34. *.tsv
  35. *.tsv.gz
  36. *.json
  37. **/__pycache__