From 1135764727f3dc525d0f674c784edbc81cc786f3 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 6 Jun 2015 19:25:17 -0400 Subject: Initial commit. Install coinbase-go. * Use nut for vendored dependencies * Install coinbase-go to interact with the Coinbase API --- .../_nuts/github.com/stretchr/testify/.gitignore | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 vendor/_nuts/github.com/stretchr/testify/.gitignore (limited to 'vendor/_nuts/github.com/stretchr/testify/.gitignore') diff --git a/vendor/_nuts/github.com/stretchr/testify/.gitignore b/vendor/_nuts/github.com/stretchr/testify/.gitignore new file mode 100644 index 0000000..5aacdb7 --- /dev/null +++ b/vendor/_nuts/github.com/stretchr/testify/.gitignore @@ -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 + +.DS_Store -- cgit v1.2.3