diff options
author | 2020-04-08 21:34:43 +0200 | |
---|---|---|
committer | 2020-04-08 21:34:43 +0200 | |
commit | 08120096ebb1baa119c8f13e0e23001b453a92f6 (patch) | |
tree | bc8c9bcc259a806d3af69cd413447dd1506a7718 /.gitignore | |
parent | 2a0862a5a611caefd5f408293b12dbee8e7d048a (diff) | |
download | coredns-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 '')
-rw-r--r-- | .gitignore | 14 |
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/ |