Browse Source

gitignore: ignore hidden Dockerfiles for docker build

Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
Gyu-Ho Lee 8 years ago
parent
commit
736b9f0be3
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .gitignore

+ 3 - 0
.gitignore

@@ -6,6 +6,7 @@
 /release
 /machine*
 /bin
+.Dockerfile-test
 .vagrant
 *.etcd
 *.log
@@ -14,5 +15,7 @@
 /hack/insta-discovery/.env
 *.test
 tools/functional-tester/docker/bin
+hack/scripts-dev/docker-dns/.Dockerfile
+hack/scripts-dev/docker-dns-srv/.Dockerfile
 hack/tls-setup/certs
 .idea