You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
340 B

  1. godoc
  2. go-neb.db
  3. .*.swp
  4. # Compiled Object files, Static and Dynamic libs (Shared Objects)
  5. *.o
  6. *.a
  7. *.so
  8. # Binary file
  9. go-neb
  10. # Folders
  11. _obj
  12. _test
  13. .idea
  14. vendor/pkg
  15. vendor/src
  16. # Architecture specific extensions/prefixes
  17. *.[568vq]
  18. [568vq].out
  19. *.cgo1.go
  20. *.cgo2.c
  21. _cgo_defun.c
  22. _cgo_gotypes.go
  23. _cgo_export.*
  24. _testmain.go
  25. *.exe
  26. *.test
  27. *.prof