Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The FDFILE_INP_FILE_FILTER replaces ## with an OR operation with the input given.

Here are some examples and expected behaviors:

Filter Text

Result

svn##.git##*.temp

Ignore any .temp files (and any files named svn or .git)
AND any content in a folder named svn, .git, or .temp

*.war

Ignore all .war files

*.tmp##boring.xml##readme.md

Ignore all .tmp files, boring.xml, and readme.md

...