.gitignore 350 B

1234567891011121314151617181920212223242526272829
  1. # Compiled Object files, Static and Dynamic libs (Shared Objects)
  2. *.o
  3. *.a
  4. *.so
  5. *.test
  6. # Folders
  7. _obj
  8. _test
  9. .vagrant
  10. # Architecture specific extensions/prefixes
  11. *.[568vq]
  12. [568vq].out
  13. *.cgo1.go
  14. *.cgo2.c
  15. _cgo_defun.c
  16. _cgo_gotypes.go
  17. _cgo_export.*
  18. _testmain.go
  19. *.exe
  20. coverage.txt
  21. profile.out
  22. simplest-uncommitted-msg-0.1-jar-with-dependencies.jar