Matteo Scandolo | 4a03626 | 2020-08-17 15:56:13 -0700 | [diff] [blame] | 1 | #### 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 |
| 27 | Session.vim |
| 28 | |
| 29 | # Temporary |
| 30 | .netrwhist |
| 31 | *~ |
| 32 | # Auto-generated tag files |
| 33 | tags |