First commit

This commit is contained in:
Joe Beda
2014-06-06 16:40:48 -07:00
commit 2c4b3a562c
250 changed files with 47501 additions and 0 deletions

17
.gitignore vendored Executable file
View File

@@ -0,0 +1,17 @@
# OSX leaves these everywhere on SMB shares
._*
# Eclipse files
.classpath
.project
.settings/**
# This is where the result of the go build goes
/target/**
/target
# This is where we stage releases
/release/**
# Emacs save files
*~