From e8a43efcee61e7c29045fa8038335eaa6e786556 Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Wed, 11 Aug 2021 06:06:43 -0700 Subject: Add .DS_Store on ignore (GH-27711) (GH-27723) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Ɓukasz Langa (cherry picked from commit 1841c70f2bdab9d29c1c74a8afffa45d5555af98) Co-authored-by: 180909 --- .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