Working towards exclusion of user defined absolute paths and leaf patterns
This commit is contained in:
@ -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 */
|
||||
|
Reference in New Issue
Block a user