.gitignore 906 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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