.gitignore 438 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. cmd/hercules-generate-plugin/plugin_template_source.go
  2. contrib/_plugin_example/churn_analysis.pb.go
  3. pb/pb.pb.go
  4. **/.DS_Store
  5. .idea
  6. # Compiled Object files, Static and Dynamic libs (Shared Objects)
  7. *.o
  8. *.a
  9. *.so
  10. # Folders
  11. _obj
  12. _test
  13. # Architecture specific extensions/prefixes
  14. *.[568vq]
  15. [568vq].out
  16. *.cgo1.go
  17. *.cgo2.c
  18. _cgo_defun.c
  19. _cgo_gotypes.go
  20. _cgo_export.*
  21. _testmain.go
  22. *.exe
  23. *.test
  24. *.prof
  25. *.tsv
  26. *.tsv.gz
  27. *.json
  28. **/__pycache__