Skip to content

Commit

Permalink
Improve .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
iand committed Oct 3, 2023
1 parent 5323fff commit 0b8d43f
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@
github.com
*.exe
*.exe~
*.dll
*.so
*.dylib

# Test binary, built with `go test -c`
*.test

# Output of the go coverage tool
*.out

# Go workspace file
go.work

0 comments on commit 0b8d43f

Please sign in to comment.