mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 19:31:44 +00:00
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 <filbranden@google.com>
This commit is contained in:
parent
732b7ce7ef
commit
0b05dcd979
3
.gitignore
vendored
3
.gitignore
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user