Skip to content

Commit

Permalink
Add Go-related files to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
dtan4 committed Aug 5, 2018
1 parent 85cfe17 commit 5763032
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .gitignore
Expand Up @@ -3,3 +3,26 @@
/bin
/vendor
/dist

# Created by https://www.gitignore.io/api/go

### Go ###
# 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

### Go Patch ###
/vendor/
/Godeps/


# End of https://www.gitignore.io/api/go

0 comments on commit 5763032

Please sign in to comment.