Skip to content

Commit

Permalink
Add third_party/etcd to .gitignore
Browse files Browse the repository at this point in the history
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 <filbranden@google.com>
  • Loading branch information
filbranden committed Sep 9, 2014
1 parent 732b7ce commit 0b05dcd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0b05dcd

Please sign in to comment.