From 4d3476b957dbadf08fc0b27615d182ff1140bdf4 Mon Sep 17 00:00:00 2001 From: Christian Claus Date: Mon, 9 Apr 2018 12:58:16 +0200 Subject: [PATCH] Add gitignore file --- .gitignore | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..322325d --- /dev/null +++ b/.gitignore @@ -0,0 +1,18 @@ +# Binaries for programs and plugins +*.exe +*.exe~ +*.dll +*.so +*.dylib +dt +bin/ +dist/ + +# Test binary, build with `go test -c` +*.test + +# Output of the go coverage tool, specifically when used with LiteIDE +*.out + +# Intellij +.idea/