From 30fdd53880f54d847814d332b5d2edc256f97e95 Mon Sep 17 00:00:00 2001 From: Snakeyez Date: Sun, 17 Feb 2019 12:12:52 -0600 Subject: [PATCH] Adds gitignore --- .gitignore | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1dbb819 --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +# Binaries for programs and plugins +*.exe +*.exe~ +*.dll +*.so +*.dylib + +# Test binary, build with `go test -c` +*.test + +# Output of the go coverage tool, specifically when used with LiteIDE +*.out + +vendor/ \ No newline at end of file