remove extra ignore item

This commit is contained in:
realaltffour 2020-04-25 19:05:34 +03:00
parent fe89c632fe
commit 852e22a6aa
No known key found for this signature in database
GPG Key ID: 7115CD2AC9A76A56
1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@
#define EVENT_SIZE (sizeof(struct inotify_event))
#define EVENT_BUF_LEN (1024 * (EVENT_SIZE + 16))
static const int IGNORE_LIST_SIZE = 2;
static const char *extension_ignore_list[] = { "crdownload\0", "test2\0" };
static const int IGNORE_LIST_SIZE = 1;
static const char *extension_ignore_list[] = { "crdownload\0" };
static const char misc_dir_default[] = "misc";