An ignore pattern is a value AccuRev uses to filter external objects (and only external objects) from various AccuRev operations and displays. For example, if your workspace is routinely cluttered with numerous backup files, you can create an ignore pattern to filter them out so they do not appear in the File Browser’s Detail pane or are not listed when you run the CLI
stat -x command.
Since you know you never want to add files with a .backup.fm or
.pdf extension to AccuRev version control, you specify an ignore pattern that includes these extensions. For example:
In this example, we specify the ignore pattern in an AccuRev file called .acignore. Now, if you add this file to the
\se-installdoc directory and perform the External search again, AccuRev filters out the files in that directory with the extensions you specified in the
.acignore file:
In addition to using a .acignore file, you can also specify ignore patterns using CLI command options. See
Where You Can Specify Ignore Patterns for more information.