.gitignore 379 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. # ---> Go
  2. # Compiled Object files, Static and Dynamic libs (Shared Objects)
  3. *.o
  4. *.a
  5. *.so
  6. # Folders
  7. _obj
  8. _test
  9. # Architecture specific extensions/prefixes
  10. *.[568vq]
  11. [568vq].out
  12. *.cgo1.go
  13. *.cgo2.c
  14. _cgo_defun.c
  15. _cgo_gotypes.go
  16. _cgo_export.*
  17. _testmain.go
  18. *.exe
  19. *.test
  20. *.prof
  21. # local
  22. .idea
  23. /_
  24. /.cache
  25. .vscode/
  26. /logs/logx
  27. lastupdate.tmp
  28. main
  29. nohup.out
  30. ERP_user6700
  31. Makefile
  32. ofile