mirror of
https://github.com/haiwen/seafile.git
synced 2025-01-09 04:17:30 +08:00
remove hardcoded "*.tmp" and "*.TMP" from ignore_tables
This commit is contained in:
parent
bc709f8b9d
commit
03374109a2
@ -49,12 +49,6 @@ struct _SeafRepoManagerPriv {
|
||||
static const char *ignore_table[] = {
|
||||
"*~",
|
||||
"*#",
|
||||
/* -------------
|
||||
* windows tmp files
|
||||
* -------------
|
||||
*/
|
||||
"*.tmp",
|
||||
"*.TMP",
|
||||
/* ms office tmp files */
|
||||
"~$*",
|
||||
/* windows image cache */
|
||||
|
@ -43,12 +43,6 @@ struct _SeafRepoManagerPriv {
|
||||
static const char *ignore_table[] = {
|
||||
"*~",
|
||||
"*#",
|
||||
/* -------------
|
||||
* windows tmp files
|
||||
* -------------
|
||||
*/
|
||||
"*.tmp",
|
||||
"*.TMP",
|
||||
/* ms office tmp files */
|
||||
"~$*",
|
||||
/* windows image cache */
|
||||
|
Loading…
Reference in New Issue
Block a user