.gitignore 406 B

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