1
mirror of https://github.com/rclone/rclone synced 2024-11-05 01:42:31 +01:00

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

2
.gitignore vendored
View File

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