diff --git a/.gitignore b/.gitignore index 889ebdb4..8acc216e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,21 @@ +# Binaries for programs and plugins +*.exe +*.exe~ +*.dll +*.so +*.dylib + +# Test binary, built with `go test -c` +*.test + +# Output of the go coverage tool, specifically when used with LiteIDE +*.out + +# IDE files .vscode .DS_Store .idea + +# Misc *.fiber.gz -*.pprof +*.pprof \ No newline at end of file