Added gitignore and fixed issues

This commit is contained in:
Wade Wegner 2013-11-16 13:43:51 -08:00
Родитель 347161ec0b
Коммит 8bbafd51f4
2 изменённых файлов: 25 добавлений и 0 удалений

Двоичные данные
.DS_Store поставляемый

Двоичный файл не отображается.

25
.gitignore поставляемый Normal file
Просмотреть файл

@ -0,0 +1,25 @@
# 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
.DS_Store