diff options
author | 180909 <wjh180909@gmail.com> | 2021-08-11 09:32:25 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-11 09:32:25 (GMT) |
commit | 1841c70f2bdab9d29c1c74a8afffa45d5555af98 (patch) | |
tree | 3afee54453226db4f0ae0147e352c7315abc0132 /.gitignore | |
parent | c174eafc33999b9e773a5ea9561ad38886f1a0e6 (diff) | |
download | cpython-1841c70f2bdab9d29c1c74a8afffa45d5555af98.zip cpython-1841c70f2bdab9d29c1c74a8afffa45d5555af98.tar.gz cpython-1841c70f2bdab9d29c1c74a8afffa45d5555af98.tar.bz2 |
Add .DS_Store on ignore (GH-27711)
Co-authored-by: Ćukasz Langa <lukasz@langa.pl>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -35,6 +35,7 @@ gmon.out .coverage .mypy_cache/ .pytest_cache/ +.DS_Store *.exe !Lib/distutils/command/*.exe |