blob: cece7be6649758d08a2a49572df218fd7e767b45 [file] [log] [blame]
Matthias Andreas Benkard832a54e2019-01-29 09:27:38 +01001# 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
24restful.html
25
26*.out
27
28tmp.prof
29
30go-restful.test
31
32examples/restful-basic-authentication
33
34examples/restful-encoding-filter
35
36examples/restful-filters
37
38examples/restful-hello-world
39
40examples/restful-resource-functions
41
42examples/restful-serve-static
43
44examples/restful-user-service
45
46*.DS_Store
47examples/restful-user-resource
48
49examples/restful-multi-containers
50
51examples/restful-form-handling
52
53examples/restful-CORS-filter
54
55examples/restful-options-filter
56
57examples/restful-curly-router
58
59examples/restful-cpuprofiler-service
60
61examples/restful-pre-post-filters
62
63curly.prof
64
65examples/restful-NCSA-logging
66
67examples/restful-html-template
68
69s.html
70restful-path-tail