diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/search.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/search.c b/src/search.c index 00ad141..c3b6d54 100644 --- a/src/search.c +++ b/src/search.c | |||
| @@ -22,7 +22,7 @@ | |||
| 22 | 22 | ||
| 23 | int nodesort(const struct dirent *node, int (*S_IS_CALLBACK)(mode_t)) { | 23 | int nodesort(const struct dirent *node, int (*S_IS_CALLBACK)(mode_t)) { |
| 24 | // Ignore . and .. folders | 24 | // Ignore . and .. folders |
| 25 | if(strcmp(node->d_name, ".") == 0 || strcmp(node->d_name, "..") == 0) | 25 | if(strcmp(node->d_name, ".") == 0 || strcmp(node->d_name, "..") == 0 || strcmp(node->d_name, ".config") == 0) |
| 26 | return 0; | 26 | return 0; |
| 27 | 27 | ||
| 28 | // Stat the file | 28 | // Stat the file |
