diff options
author | 2019-02-27 00:09:38 +0700 | |
---|---|---|
committer | 2019-02-26 09:09:38 -0800 | |
commit | 6dfe6b7c610e2ce9d61fc0c556ca8685ab14db02 (patch) | |
tree | 4e4e7e83e1642597e04411f57ffc53094c65639d | |
parent | 2b6fb578c3d9689461040881ed2e41aa91d1e319 (diff) | |
download | coredns-6dfe6b7c610e2ce9d61fc0c556ca8685ab14db02.tar.gz coredns-6dfe6b7c610e2ce9d61fc0c556ca8685ab14db02.tar.zst coredns-6dfe6b7c610e2ce9d61fc0c556ca8685ab14db02.zip |
Ignore DS_Store in file .gitignore (#2622)
Signed-off-by: Nguyen Hai Truong <truongnh@vn.fujitsu.com>
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 41eba47cb..5dcecf819 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,5 @@ coredns.exe~ kubectl go-test-tmpfile* coverage.txt -.idea +.idea/ +.DS_Store |