diff options
| author | Michal Štrba <faiface2202@gmail.com> | 2017-08-18 18:43:25 +0200 |
|---|---|---|
| committer | Michal Štrba <faiface2202@gmail.com> | 2017-08-18 18:43:25 +0200 |
| commit | 7208aae9ed2707d6c2c7de6c8e4fffe19bd639a7 (patch) | |
| tree | 84e7d5ab842019dc409306efad7035e3a91b8afa /.gitignore | |
| download | gui-7208aae9ed2707d6c2c7de6c8e4fffe19bd639a7.zip | |
Initial commit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 14 |
1 files changed, 14 insertions, 0 deletions
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/ |