summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDavid Bordeynik <david.bordeynik@gmail.com>2019-05-12 00:05:51 +0300
committerXavier Fernandez <xav.fernandez@gmail.com>2019-05-11 23:05:51 +0200
commit3165c5690de98d814a8ec0fec7d04f5e4f12bf2b (patch)
tree9bec6d1e8ed7c008f56080abc1fe7c32c4f2ff45 /.gitignore
parenta731e7e37d101673d29a6a4d901c4e5572e69b9d (diff)
downloadpip-3165c5690de98d814a8ec0fec7d04f5e4f12bf2b.tar.gz
Fix 6486 mac gitignore (#6487)
add .DS_Store to .gitignore for contributers working on mac
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 276d24d4d..fd367df93 100644
--- a/.gitignore
+++ b/.gitignore
@@ -42,3 +42,6 @@ pip-wheel-metadata
# Scratch Pad for experiments
.scratch/
+
+# Mac
+.DS_Store