Skip to content

Commit

Permalink
gitignore: ignore hidden Dockerfiles for docker build
Browse files Browse the repository at this point in the history
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
  • Loading branch information
gyuho committed Nov 2, 2017
1 parent 3ac54be commit 736b9f0
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 @@ -6,6 +6,7 @@
/release
/machine*
/bin
.Dockerfile-test
.vagrant
*.etcd
*.log
Expand All @@ -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

0 comments on commit 736b9f0

Please sign in to comment.