diff --git a/.gitignore b/.gitignore index 453a81e..c68131d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,12 @@ -./idea -lpm-cli.exe \ No newline at end of file +# Binaries for programs and plugins +*.exe +*.exe~ +*.dll +*.so +*.dylib + +# Test binary, built with `go test -c` +*.test + +# Output of the go coverage tool, specifically when used with LiteIDE +*.out \ No newline at end of file