Skip to content
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.

Commit

Permalink
Merge pull request #21 from breml/gitignore
Browse files Browse the repository at this point in the history
Add .gitignore for Go
  • Loading branch information
FooSoft authored Jul 10, 2017
2 parents 035424a + 105f0cc commit 1bf7e1e
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Binaries for programs and plugins
*.exe
*.dll
*.so
*.dylib
homemaker

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

# Output of the go coverage tool, specifically when used with LiteIDE
*.out

# Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
.glide/

# Temporary and swap files
*.swp
*.swo
*~

0 comments on commit 1bf7e1e

Please sign in to comment.