From a6b7b8ce3f467c05550fe226244d264d5b8428a4 Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Tue, 6 Aug 2013 18:37:46 -0700 Subject: [PATCH] fix(gitignore): ignore the etcd binary not everything fixes a problem with go-etcd not being added to third_party --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 39753a0e7..283fbb01c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ src pkg -etcd +./etcd release_version.go