From 0b05dcd979adec2d958b87c541be084d2678a86c Mon Sep 17 00:00:00 2001 From: Filipe Brandenburger Date: Tue, 9 Sep 2014 14:09:28 -0700 Subject: [PATCH] Add third_party/etcd to .gitignore Otherwise the tree looks "dirty" after hack/install-etcd.sh is executed. Tested: - Ran `git status` after running `hack/install-etcd.sh`. Signed-off-by: Filipe Brandenburger --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 4b7bb656804..47a15282728 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,6 @@ network_closure.sh # compiled binaries in third_party /third_party/pkg + +# also ignore etcd installed by hack/install-etcd.sh +/third_party/etcd