Initial commit

This commit is contained in:
Jack Spirou 2016-01-29 16:16:26 -06:00
commit da77b90adc
2 changed files with 25 additions and 0 deletions

24
.gitignore vendored Normal file

@ -0,0 +1,24 @@
# 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
*.exe
*.test
*.prof

1
README.md Normal file

@ -0,0 +1 @@
# drone-with-go