Working towards exclusion of user defined absolute paths and leaf patterns

This commit is contained in:
2008-05-03 22:32:51 +00:00
parent 1ad46882f4
commit 1666ca358e
4 changed files with 82 additions and 27 deletions

View File

@ -169,7 +169,9 @@ struct XorrisO { /* the global context of xorriso */
struct ExclusionS *disk_exclusions;
int disk_excl_mode; /* bit0= on (else off)
bit1= parameter too (else rekursion only)
>>> bit2= whole subtree banned (else only exact path)
bit2= whole subtree banned (else only exact path)
bit3= when comparing ignore excluded files rather
than to treat them as truely missing on disk
*/
int use_stdin; /* use raw stdin even if readline support is compiled */