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

ambv webhook-mailer at python.org
Wed Aug 11 05:32:35 EDT 2021


https://github.com/python/cpython/commit/1841c70f2bdab9d29c1c74a8afffa45d5555af98
commit: 1841c70f2bdab9d29c1c74a8afffa45d5555af98
branch: main
author: 180909 <wjh180909 at gmail.com>
committer: ambv <lukasz at langa.pl>
date: 2021-08-11T11:32:25+02:00
summary:

Add .DS_Store on ignore (GH-27711)

Co-authored-by: Łukasz Langa <lukasz at langa.pl>

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