remove hardcoded "*.tmp" and "*.TMP" from ignore_tables

This commit is contained in:
Chilledheart 2014-08-04 10:40:23 +08:00
parent bc709f8b9d
commit 03374109a2
2 changed files with 0 additions and 12 deletions

View File

@ -49,12 +49,6 @@ struct _SeafRepoManagerPriv {
static const char *ignore_table[] = {
"*~",
"*#",
/* -------------
* windows tmp files
* -------------
*/
"*.tmp",
"*.TMP",
/* ms office tmp files */
"~$*",
/* windows image cache */

View File

@ -43,12 +43,6 @@ struct _SeafRepoManagerPriv {
static const char *ignore_table[] = {
"*~",
"*#",
/* -------------
* windows tmp files
* -------------
*/
"*.tmp",
"*.TMP",
/* ms office tmp files */
"~$*",
/* windows image cache */