...
1build/
2keys/
3trust/
4work/
5vendorizer
6
7*.application
8*.appx
9*.appxbundle
10*.asc
11*.cab
12*.cat
13*.deb
14*.dll
15*.EC
16*.jar
17*.manifest
18*.MF
19*.mof
20*.msi
21*.p7m
22*.p7s
23*.pgp
24*.ps1
25*.ps1xml
26*.vsix
27*.rpm
28*.RSA
29*.SF
30*.SIG
31*.xap
32
33*.orig
34*.rej
35*.swp
36
37# Created by https://www.gitignore.io/api/go,vim
38
39### Go ###
40# Compiled Object files, Static and Dynamic libs (Shared Objects)
41*.o
42*.a
43*.so
44
45# Folders
46_obj
47_test
48
49# Architecture specific extensions/prefixes
50*.[568vq]
51[568vq].out
52
53*.cgo1.go
54*.cgo2.c
55_cgo_defun.c
56_cgo_gotypes.go
57_cgo_export.*
58
59_testmain.go
60
61*.exe
62*.test
63*.prof
64
65# Output of the go coverage tool, specifically when used with LiteIDE
66*.out
67
68# external packages folder
69vendor/
70
71
72### Vim ###
73# swap
74[._]*.s[a-w][a-z]
75[._]s[a-w][a-z]
76# session
77Session.vim
78# temporary
79.netrwhist
80*~
81# auto-generated tag files
82tags
View as plain text