.gitignore 912 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. # Compiled Object files, Static and Dynamic libs (Shared Objects)
  2. *.o
  3. *.a
  4. *.so
  5. # Folders
  6. _obj
  7. _test
  8. # Architecture specific extensions/prefixes
  9. *.[568vq]
  10. [568vq].out
  11. *.cgo1.go
  12. *.cgo2.c
  13. _cgo_defun.c
  14. _cgo_gotypes.go
  15. _cgo_export.*
  16. _testmain.go
  17. *.exe
  18. restful.html
  19. *.out
  20. tmp.prof
  21. go-restful.test
  22. examples/restful-basic-authentication
  23. examples/restful-encoding-filter
  24. examples/restful-filters
  25. examples/restful-hello-world
  26. examples/restful-resource-functions
  27. examples/restful-serve-static
  28. examples/restful-user-service
  29. *.DS_Store
  30. examples/restful-user-resource
  31. examples/restful-multi-containers
  32. examples/restful-form-handling
  33. examples/restful-CORS-filter
  34. examples/restful-options-filter
  35. examples/restful-curly-router
  36. examples/restful-cpuprofiler-service
  37. examples/restful-pre-post-filters
  38. curly.prof
  39. examples/restful-NCSA-logging
  40. examples/restful-html-template
  41. s.html
  42. restful-path-tail
  43. .idea