.gitignore 435 B

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