gitignore: ignore database/*.histbak (the suffix slipped past the backup_* rule)
This commit is contained in:
parent
ca1348b2c2
commit
02a319c350
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -20,6 +20,7 @@ database/video_library.db
|
|||
database/video_library.db-shm
|
||||
database/video_library.db-wal
|
||||
database/video_library.db.backup_*
|
||||
database/*.histbak
|
||||
database/api_call_history.json
|
||||
storage/image_cache/
|
||||
logs/*.log
|
||||
|
|
|
|||
Loading…
Reference in a new issue