[Python-checkins] Add .DS_Store on ignore (GH-27711) (GH-27723)

ambv webhook-mailer at python.org
Wed Aug 11 09:06:50 EDT 2021


https://github.com/python/cpython/commit/e8a43efcee61e7c29045fa8038335eaa6e786556
commit: e8a43efcee61e7c29045fa8038335eaa6e786556
branch: 3.10
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: ambv <lukasz at langa.pl>
date: 2021-08-11T15:06:43+02:00
summary:

Add .DS_Store on ignore (GH-27711) (GH-27723)

Co-authored-by: Łukasz Langa <lukasz at langa.pl>
(cherry picked from commit 1841c70f2bdab9d29c1c74a8afffa45d5555af98)

Co-authored-by: 180909 <wjh180909 at gmail.com>

files:
M .gitignore

diff --git a/.gitignore b/.gitignore
index 80dcf34bf47a6..a96be67962217 100644
--- a/.gitignore
+++ b/.gitignore
@@ -35,6 +35,7 @@ gmon.out
 .coverage
 .mypy_cache/
 .pytest_cache/
+.DS_Store
 
 *.exe
 !Lib/distutils/command/*.exe



More information about the Python-checkins mailing list