From 1841c70f2bdab9d29c1c74a8afffa45d5555af98 Mon Sep 17 00:00:00 2001 From: 180909 Date: Wed, 11 Aug 2021 17:32:25 +0800 Subject: Add .DS_Store on ignore (GH-27711) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Ɓukasz Langa --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 80dcf34..a96be67 100644 --- a/.gitignore +++ b/.gitignore @@ -35,6 +35,7 @@ gmon.out .coverage .mypy_cache/ .pytest_cache/ +.DS_Store *.exe !Lib/distutils/command/*.exe -- cgit v0.12