From 0c664ec112683edbd2cb4f8b3231f0f9d8d3bc95 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 13 Mar 2015 18:11:33 +0000 Subject: [PATCH] Ignore `.DS_Store` files. props danielbachhuber. fixes #31633. git-svn-id: https://develop.svn.wordpress.org/trunk@31769 602fd350-edb4-49c9-b593-d223f7449a82 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index e24ad72245..dd18e54e0e 100644 --- a/.gitignore +++ b/.gitignore @@ -37,5 +37,8 @@ wp-tests-config.php /src/wp-content/object-cache.php /src/wp-content/sunrise.php +# Operating system specific files +.DS_Store + # Ignore other .gitignore files to allow for personal customizations .gitignore