8000 Add .DS_store on ignore by 180909 · Pull Request #27711 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

Add .DS_store on ignore #27711

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 11, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
add .DS_store on ignore
  • Loading branch information
180909 committed Aug 10, 2021
commit ec71f8a59d40eb1bf03e70b152c9c292d867141a
1 change: 1 addition & 0 deletions .gitignore
5D4A
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ gmon.out
.coverage
.mypy_cache/
.pytest_cache/
.DS_store

*.exe
!Lib/distutils/command/*.exe
Expand Down
0