From 7208aae9ed2707d6c2c7de6c8e4fffe19bd639a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C5=A0trba?= Date: Fri, 18 Aug 2017 18:43:25 +0200 Subject: Initial commit --- .gitignore | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a1338d6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +# Binaries for programs and plugins +*.exe +*.dll +*.so +*.dylib + +# Test binary, build with `go test -c` +*.test + +# Output of the go coverage tool, specifically when used with LiteIDE +*.out + +# Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736 +.glide/ -- cgit v1.2.3