summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorTengfei Niu <spartucus@users.noreply.github.com>2018-10-10 03:53:37 (GMT)
committerGitHub <noreply@github.com>2018-10-10 03:53:37 (GMT)
commit8193ed069c0925d6b899afc48986e920cf8ad484 (patch)
tree220ce963227820a3c3761e5c7770c4bc90e108fe /.gitignore
parent78761b58fc9ae65acaebb6a9e34087e593c89c93 (diff)
downloadgoogletest-8193ed069c0925d6b899afc48986e920cf8ad484.zip
googletest-8193ed069c0925d6b899afc48986e920cf8ad484.tar.gz
googletest-8193ed069c0925d6b899afc48986e920cf8ad484.tar.bz2
Update .gitignorerefs/pull/1898/head
ignore .DS_Store on macOS.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 73cdd2c..d6916f5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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