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
338 B

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