commit 4d3476b957dbadf08fc0b27615d182ff1140bdf4 Author: Christian Claus Date: Mon Apr 9 12:58:16 2018 +0200 Add gitignore file 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/