aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorGravatar Miek Gieben <miek@miek.nl> 2020-04-08 21:34:43 +0200
committerGravatar GitHub <noreply@github.com> 2020-04-08 21:34:43 +0200
commit08120096ebb1baa119c8f13e0e23001b453a92f6 (patch)
treebc8c9bcc259a806d3af69cd413447dd1506a7718 /.gitignore
parent2a0862a5a611caefd5f408293b12dbee8e7d048a (diff)
downloadcoredns-08120096ebb1baa119c8f13e0e23001b453a92f6.tar.gz
coredns-08120096ebb1baa119c8f13e0e23001b453a92f6.tar.zst
coredns-08120096ebb1baa119c8f13e0e23001b453a92f6.zip
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 <miek@miek.nl>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore14
1 files changed, 1 insertions, 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/