Last active
April 27, 2016 20:57
-
-
Save agaviria/193889c9d821da658101 to your computer and use it in GitHub Desktop.
gitignore for Go dev
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Compiled Object files, Static and Dynamic libs (Shared Objects) | |
*.o | |
*.a | |
*.so | |
# Folders | |
_obj | |
_test | |
# Architecture specific extensions/prefixes | |
*.[568vq] | |
[568vq].out | |
*.cgo1.go | |
*.cgo2.c | |
_cgo_defun.c | |
_cgo_gotypes.go | |
_cgo_export.* | |
_testmain.go | |
.DS_Store | |
*.exe | |
# IDE | |
.idea | |
*.iml | |
.hg | |
# loaders | |
config.ini | |
notes.log | |
.notes/ | |
.sass-cache/ | |
bower_components/ | |
app/secrets/appsecrets.go |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment