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>
This commit is contained in:
Miek Gieben 2020-04-08 21:34:43 +02:00 committed by GitHub
parent 2a0862a5a6
commit 08120096eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

14
.gitignore vendored
View File

@ -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/