.gitignore 351 B

12345678910111213141516171819202122232425262728293031
  1. # Compiled Object files, Static and Dynamic libs (Shared Objects)
  2. *.o
  3. *.a
  4. *.so
  5. # Folders
  6. _obj
  7. _test
  8. .idea
  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. .DS_Store
  20. the-way-to-go.sublime-project
  21. the-way-to-go.sublime-workspace
  22. *.pdf
  23. *.html
  24. *.htm