Ignore DS_Store in file .gitignore (#2622)

Signed-off-by: Nguyen Hai Truong <truongnh@vn.fujitsu.com>
This commit is contained in:
Nguyen Hai Truong
2019-02-27 00:09:38 +07:00
committed by Yong Tang
parent 2b6fb578c3
commit 6dfe6b7c61

3
.gitignore vendored
View File

@@ -7,4 +7,5 @@ coredns.exe~
kubectl kubectl
go-test-tmpfile* go-test-tmpfile*
coverage.txt coverage.txt
.idea .idea/
.DS_Store