diff --git a/.gitignore b/.gitignore index daf913b..f72f0cd 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,16 @@ _cgo_export.* _testmain.go -*.exe -*.test *.prof +# Test binary, build with `go test -c` +*.test +# Binaries for programs and plugins +*.exe +*.dll +*.dylib + +# JetBrains project files +.idea/ + +# Output of the go coverage tool, specifically when used with LiteIDE +*.out \ No newline at end of file