1# Binaries for programs and plugins 2*.exe 3*.dll 4*.so 5*.dylib 6/gocritic 7 8pkg/ 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