#include <fnmatch.h>
#include <algorithm>
#include "path_filter.h"
#include "string_manip.h"
#include "file_manip.h"
Go to the source code of this file.
Filter paths based on globbed exclude/include list
Definition in file path_filter.cpp.