30 #ifndef SRC_DOCKER_IGNORE_H_
31 #define SRC_DOCKER_IGNORE_H_
38 #include <coll_arraylist.h>
41 #define DOCKER_IGNORE_NULL 501
43 #define DOCKER_IGNORE_EMPTY 502
45 #define DOCKER_IGNORE_LIST_NULL 503
47 #define DOCKER_IGNORE_ALLOC_ERROR 504
75 MODULE_API arraylist*
list_dir_w_ignore(
const char* folder_path,
const char* dockerignore_path);
arraylist * list_dir_w_ignore(const char *folder_path, const char *dockerignore_path)
List given folder path, while applying the rules in the docker ignore list.
Definition: docker_ignore.c:72
int dockerignore_check(arraylist *ignore, const char *path)
Not implemeted.
Definition: docker_ignore.c:68
d_err_t readlines_dockerignore(const char *contents, arraylist *lines)
Definition: docker_ignore.c:35
enum _config_error d_err_t
Definition: docker_result.h:60