Update .gitignore

ignore .DS_Store on macOS.
This commit is contained in:
Tengfei Niu 2018-10-10 11:53:37 +08:00 committed by GitHub
parent 78761b58fc
commit 8193ed069c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
.gitignore vendored
View File

@ -41,6 +41,8 @@ googletest/fused-src/
# macOS files
.DS_Store
googletest/.DS_Store
googletest/xcode/.DS_Store
# Ignore cmake generated directories and files.
CMakeFiles