diff options
Diffstat (limited to '')
-rw-r--r-- | src/libraries/LumbrJack.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/libraries/LumbrJack.c b/src/libraries/LumbrJack.c index b92dc97..ee45f80 100644 --- a/src/libraries/LumbrJack.c +++ b/src/libraries/LumbrJack.c | |||
@@ -6,6 +6,18 @@ | |||
6 | #include <unistd.h> | 6 | #include <unistd.h> |
7 | #include "LumbrJack.h" | 7 | #include "LumbrJack.h" |
8 | 8 | ||
9 | const char *dirs[] = | ||
10 | { | ||
11 | ".cache", | ||
12 | ".cache/compiled", | ||
13 | ".cache/converted", | ||
14 | ".cache/sha1", | ||
15 | ".cache/types", | ||
16 | ".cache/unpacked", | ||
17 | ".download", | ||
18 | "inventory", | ||
19 | NULL | ||
20 | }; | ||
9 | 21 | ||
10 | static char dateTime[DATE_TIME_LEN]; | 22 | static char dateTime[DATE_TIME_LEN]; |
11 | static Eina_Prefix *prefix = NULL; | 23 | static Eina_Prefix *prefix = NULL; |