From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Wed, 11 Aug 2021 11:09:43 +0000 (-0700) Subject: Add .DS_Store on ignore (GH-27711) (GH-27724) X-Git-Tag: v3.9.7~56 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8c93a63c03ddc789040a6ad50a18af1df7764884;p=thirdparty%2FPython%2Fcpython.git Add .DS_Store on ignore (GH-27711) (GH-27724) Co-authored-by: Ɓukasz Langa (cherry picked from commit 1841c70f2bdab9d29c1c74a8afffa45d5555af98) Co-authored-by: 180909 --- diff --git a/.gitignore b/.gitignore index 80dcf34bf47a..a96be6796221 100644 --- a/.gitignore +++ b/.gitignore @@ -35,6 +35,7 @@ gmon.out .coverage .mypy_cache/ .pytest_cache/ +.DS_Store *.exe !Lib/distutils/command/*.exe