diff --git a/.gitignore b/.gitignore index 26e91ef..6dfc717 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,15 @@ -Golang-tutorial* -*.tar.gz -*.exe +# IDE .idea + +# Binaries for programs and plugins +*.exe +*.exe~ +*.dll +*.so +*.dylib + +# Test binary, build with `go test -c` +*.test + +# Output of the go coverage tool, specifically when used with LiteIDE +*.out \ No newline at end of file