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/ diff --git a/scabiosa b/scabiosa deleted file mode 100644 index e687c91..0000000 Binary files a/scabiosa and /dev/null differ