From a02af039b52c1faadfc4bf9431cc2854bc4f3858 Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Tue, 28 May 2013 19:03:53 -0500 Subject: [PATCH] Initial commit. --- .gitignore | 28 ++++++++++++++++++++++++++++ README.md | 4 ++++ 2 files changed, 32 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..5b97dbba --- /dev/null +++ b/.gitignore @@ -0,0 +1,28 @@ +# Temp files +*~ + +# Log files +*.log + +# 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 diff --git a/README.md b/README.md new file mode 100644 index 00000000..18692b1a --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +btcdb +===== + +Package btcdb provides a database interface for the bitcoin blockchain.