From fc34b37f2ab2919303d1a98bbb57f1024c21f8a2 Mon Sep 17 00:00:00 2001 From: Tomas Dabasinskas Date: Fri, 25 Jan 2019 07:58:15 +0200 Subject: [PATCH] Add gitIgnore --- .gitignore | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ed7a98c --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +# 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 + +# KetBrains IDEs files +.idea \ No newline at end of file