Matthias Andreas Benkard | 832a54e | 2019-01-29 09:27:38 +0100 | [diff] [blame^] | 1 | # Compiled Object files, Static and Dynamic libs (Shared Objects) |
| 2 | *.o |
| 3 | *.a |
| 4 | *.so |
| 5 | |
| 6 | # Folders |
| 7 | _obj |
| 8 | _test |
| 9 | |
| 10 | # Architecture specific extensions/prefixes |
| 11 | *.[568vq] |
| 12 | [568vq].out |
| 13 | |
| 14 | *.cgo1.go |
| 15 | *.cgo2.c |
| 16 | _cgo_defun.c |
| 17 | _cgo_gotypes.go |
| 18 | _cgo_export.* |
| 19 | |
| 20 | _testmain.go |
| 21 | |
| 22 | *.exe |
| 23 | |
| 24 | restful.html |
| 25 | |
| 26 | *.out |
| 27 | |
| 28 | tmp.prof |
| 29 | |
| 30 | go-restful.test |
| 31 | |
| 32 | examples/restful-basic-authentication |
| 33 | |
| 34 | examples/restful-encoding-filter |
| 35 | |
| 36 | examples/restful-filters |
| 37 | |
| 38 | examples/restful-hello-world |
| 39 | |
| 40 | examples/restful-resource-functions |
| 41 | |
| 42 | examples/restful-serve-static |
| 43 | |
| 44 | examples/restful-user-service |
| 45 | |
| 46 | *.DS_Store |
| 47 | examples/restful-user-resource |
| 48 | |
| 49 | examples/restful-multi-containers |
| 50 | |
| 51 | examples/restful-form-handling |
| 52 | |
| 53 | examples/restful-CORS-filter |
| 54 | |
| 55 | examples/restful-options-filter |
| 56 | |
| 57 | examples/restful-curly-router |
| 58 | |
| 59 | examples/restful-cpuprofiler-service |
| 60 | |
| 61 | examples/restful-pre-post-filters |
| 62 | |
| 63 | curly.prof |
| 64 | |
| 65 | examples/restful-NCSA-logging |
| 66 | |
| 67 | examples/restful-html-template |
| 68 | |
| 69 | s.html |
| 70 | restful-path-tail |