mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
gitignore: ignore hidden Dockerfiles for docker build
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
This commit is contained in:
parent
3ac54be402
commit
736b9f0be3
3
.gitignore
vendored
3
.gitignore
vendored
@ -6,6 +6,7 @@
|
|||||||
/release
|
/release
|
||||||
/machine*
|
/machine*
|
||||||
/bin
|
/bin
|
||||||
|
.Dockerfile-test
|
||||||
.vagrant
|
.vagrant
|
||||||
*.etcd
|
*.etcd
|
||||||
*.log
|
*.log
|
||||||
@ -14,5 +15,7 @@
|
|||||||
/hack/insta-discovery/.env
|
/hack/insta-discovery/.env
|
||||||
*.test
|
*.test
|
||||||
tools/functional-tester/docker/bin
|
tools/functional-tester/docker/bin
|
||||||
|
hack/scripts-dev/docker-dns/.Dockerfile
|
||||||
|
hack/scripts-dev/docker-dns-srv/.Dockerfile
|
||||||
hack/tls-setup/certs
|
hack/tls-setup/certs
|
||||||
.idea
|
.idea
|
||||||
|
Loading…
x
Reference in New Issue
Block a user