.gitignore 521 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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. **/*.egg-info
  11. **/__pycache__
  12. **/.DS_Store
  13. .idea
  14. # Compiled Object files, Static and Dynamic libs (Shared Objects)
  15. *.o
  16. *.a
  17. *.so
  18. # Folders
  19. _obj
  20. _test
  21. # Architecture specific extensions/prefixes
  22. *.[568vq]
  23. [568vq].out
  24. *.cgo1.go
  25. *.cgo2.c
  26. _cgo_defun.c
  27. _cgo_gotypes.go
  28. _cgo_export.*
  29. _testmain.go
  30. *.exe
  31. *.test
  32. *.prof
  33. *.tsv
  34. *.tsv.gz
  35. *.json
  36. **/__pycache__