From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Wed, 11 Aug 2021 13:06:43 +0000 (-0700) Subject: Add .DS_Store on ignore (GH-27711) (GH-27723) X-Git-Tag: v3.10.0rc2~106 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e8a43efcee61e7c29045fa8038335eaa6e786556;p=thirdparty%2FPython%2Fcpython.git Add .DS_Store on ignore (GH-27711) (GH-27723) 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