blob: 529c3412ba95db76ed0d46690a31437eec570cc4 [file] [log] [blame]
Zack Williamse940c7a2019-08-21 14:25:39 -07001#### joe made this: http://goel.io/joe
2
3#### go ####
4# Binaries for programs and plugins
5*.exe
6*.dll
7*.so
8*.dylib
9
10# Test binary, build with `go test -c`
11*.test
12
13# Output of the go coverage tool, specifically when used with LiteIDE
14*.out
15
16# Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
17.glide/
18
19#### vim ####
20# Swap
21[._]*.s[a-v][a-z]
22[._]*.sw[a-p]
23[._]s[a-v][a-z]
24[._]sw[a-p]
25
26# Session
27Session.vim
28
29# Temporary
30.netrwhist
31*~
32# Auto-generated tag files
33tags