Node:Filtering Directories, Next:, Previous:Filtering the tree-buffers, Up:Filtering the tree-buffers



Applying filters to the Directories-buffer

With the option ecb-excluded-directories-regexps certain directories can be excluded from being displayed in the directories-browser of ECB. This can be done by defining regular expressions. If the name of a directory matches at least one of the regexps of this option the directory is not displayed in the directories-tree-buffer.

The option ecb-sources-exclude-cvsignore allows to exclude source-files from the sources-tree-buffer if their name is listed in a so called .cvsignore-file. This option is a list of regular expressions and if a directory-name matches at least one of these regexps then all files listed in the .cvsignore-file of this directory are not displayed in the sources-tree-buffer.