gitignore: add .DS_Store and remove *.log

.DS_Store is an irrelevant file created automatically by macOS.

*.log can't be ignored because bisync uses .log files in its test suite.
This commit is contained in:
nielash 2023-07-11 02:22:20 -04:00 committed by Nick Craig-Wood
parent 20c9e0cab6
commit 4f1eafb044
1 changed files with 1 additions and 1 deletions

2
.gitignore vendored
View File

@ -8,10 +8,10 @@ rclone.iml
.idea
.history
*.test
*.log
*.iml
fuzz-build.zip
*.orig
*.rej
Thumbs.db
__pycache__
.DS_Store