From 08120096ebb1baa119c8f13e0e23001b453a92f6 Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Wed, 8 Apr 2020 21:34:43 +0200 Subject: [PATCH] Remove all editor stuff from .gitignore (#3820) Remove all cruft from .gitignore and leave build artifacts and add a comment. Signed-off-by: Miek Gieben --- .gitignore | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index 71b82c5bb..67780a471 100644 --- a/.gitignore +++ b/.gitignore @@ -1,18 +1,6 @@ -query.log -Corefile -*.swp +# only add build artifacts concerning coredns - no editor related files coredns coredns.exe -coredns.exe~ -kubectl -go-test-tmpfile* -coverage.txt -.idea/ -.DS_Store -*~ -.classpath -.project -.settings/** build/ release/ vendor/