From c3cdb324fbd44fa2bbb02cb368d114b61b51d436 Mon Sep 17 00:00:00 2001 From: netbenix Date: Sat, 30 Oct 2021 16:29:17 +0200 Subject: [PATCH] Updated .gitignore --- .gitignore | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) 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