diff options
author | 2017-12-27 15:54:35 +0100 | |
---|---|---|
committer | 2017-12-27 14:54:35 +0000 | |
commit | 5ac42ed5c29609ce710c2d9a8e145919f4124c00 (patch) | |
tree | b0692e1ac4f396590830d9838114d4b2d0645f60 /.gitignore | |
parent | 8ec89aa4e9733899cd504705a2fd16b28d122131 (diff) | |
download | coredns-5ac42ed5c29609ce710c2d9a8e145919f4124c00.tar.gz coredns-5ac42ed5c29609ce710c2d9a8e145919f4124c00.tar.zst coredns-5ac42ed5c29609ce710c2d9a8e145919f4124c00.zip |
Added files to .gitignore (#1334)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 8ab6c9c9d..f3fa31ae2 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,10 @@ query.log Corefile *.swp coredns +coredns.exe +coredns.exe~ +debug +debug.test kubectl go-test-tmpfile* coverage.txt |