Explorar el Código

New variable exclude_caches_option.

Sergey Poznyakoff hace 20 años
padre
commit
5b56886a72
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      src/common.h

+ 3 - 0
src/common.h

@@ -155,6 +155,9 @@ GLOBAL int check_links_option;
 /* Patterns that match file names to be excluded.  */
 /* Patterns that match file names to be excluded.  */
 GLOBAL struct exclude *excluded;
 GLOBAL struct exclude *excluded;
 
 
+/* Exclude directories containing a cache directory tag. */
+GLOBAL bool exclude_caches_option;
+
 /* Specified file containing names to work on.  */
 /* Specified file containing names to work on.  */
 GLOBAL const char *files_from_option;
 GLOBAL const char *files_from_option;