OSDN Git Service

delete miner
[bytom/vapor.git] / vendor / github.com / go-kit / kit / .gitignore
1 examples/addsvc/addsvc
2 examples/addsvc/client/client
3 examples/apigateway/apigateway
4 examples/profilesvc/profilesvc
5 examples/stringsvc1/stringsvc1
6 examples/stringsvc2/stringsvc2
7 examples/stringsvc3/stringsvc3
8 *.coverprofile
9
10 # Compiled Object files, Static and Dynamic libs (Shared Objects)
11 *.o
12 *.a
13 *.so
14
15 # Folders
16 _obj
17 _test
18 _old*
19
20 # Architecture specific extensions/prefixes
21 *.[568vq]
22 [568vq].out
23
24 *.cgo1.go
25 *.cgo2.c
26 _cgo_defun.c
27 _cgo_gotypes.go
28 _cgo_export.*
29
30 _testmain.go
31
32 *.exe
33
34 # https://github.com/github/gitignore/blob/master/Global/Vim.gitignore
35 # swap
36 [._]*.s[a-w][a-z]
37 [._]s[a-w][a-z]
38 # session
39 Session.vim
40 # temporary
41 .netrwhist
42 *~
43 # auto-generated tag files
44 tags
45