From 6f3f1c9f31636efdc36288f65f1cf7c9f1bd3c12 Mon Sep 17 00:00:00 2001 From: netbenix Date: Thu, 18 Nov 2021 19:06:37 +0100 Subject: [PATCH] Updated .gitignore --- .gitignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..66aa1d2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +# Binaries for programs and plugins +*.exe +*.exe~ +*.dll +*.so +*.dylib +scabiosa + +# Test binary, built with `go test -c` +*.test + +# Output of the go coverage tool, specifically when used with LiteIDE +*.out + +# GoLand IDE files +.idea/