Skip to content

Commit

Permalink
Added golang gitignore lines to prevent committing build outputs (thr…
Browse files Browse the repository at this point in the history
  • Loading branch information
marcofranssen authored and thrasher- committed Jul 9, 2018
1 parent 0a8d845 commit dd757a7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,16 @@ testdata/writefiletest
.idea
*.iml
vendor/

# 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

0 comments on commit dd757a7

Please sign in to comment.