diff options
author | 2020-01-03 21:15:07 +0800 | |
---|---|---|
committer | 2020-01-03 14:15:07 +0100 | |
commit | acac649c1bbcac881d2e96dfcc263f642ea3f90f (patch) | |
tree | 0546ac323ff65c037c36c5fbc3170a9c4329b3e3 | |
parent | 99e7c3dee750f4b80a0724b22acbeef6bf12dd7a (diff) | |
download | coredns-acac649c1bbcac881d2e96dfcc263f642ea3f90f.tar.gz coredns-acac649c1bbcac881d2e96dfcc263f642ea3f90f.tar.zst coredns-acac649c1bbcac881d2e96dfcc263f642ea3f90f.zip |
update gitignore (#3506)
Signed-off-by: zouyee <zounengren@cmss.chinamobile.com>
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index ec03a44a4..71b82c5bb 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ coverage.txt .settings/** build/ release/ +vendor/ |