Skip to content

Commit

Permalink
Add .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
izumin5210 committed Feb 24, 2018
1 parent e43d1ae commit 58e5c96
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 @@
### https://raw.github.com/github/gitignore/4bff4a2986af526650f1d329d97047dc1fa87599/Go.gitignore

# 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


### misc
/vendor
/coverage.txt
/bin

0 comments on commit 58e5c96

Please sign in to comment.