diff --git a/.gitignore b/.gitignore index f4d432a..f8b0bcb 100644 --- a/.gitignore +++ b/.gitignore @@ -6,12 +6,13 @@ *.so *.dylib -# Test binary, built with `go test -c` -*.test - # Output of the go coverage tool, specifically when used with LiteIDE *.out +*.log # Dependency directories (remove the comment below to include it) # vendor/ - +.idea/ +.git/ +.DS_Store/ +.tmp/ \ No newline at end of file