1 2 3# Binaries for programs and plugins 4*.exe 5*.dll 6*.so 7*.dylib 8 9# Test binary, build with `go test -c` 10*.test 11 12# Output of the go coverage tool, specifically when used with LiteIDE 13*.out 14 15 16# IDE's 17.idea/
View as plain text