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:
+1
-1
@@ -8,10 +8,10 @@ rclone.iml
|
||||
.idea
|
||||
.history
|
||||
*.test
|
||||
*.log
|
||||
*.iml
|
||||
fuzz-build.zip
|
||||
*.orig
|
||||
*.rej
|
||||
Thumbs.db
|
||||
__pycache__
|
||||
.DS_Store
|
||||
Reference in New Issue
Block a user