Node: Populate-Ignore attribute, Next: Merge-Parents attribute, Previous: Files attribute, Up: Descriptors
| Populate-Ignore (pattern1 ...) | Attribute |
|
This attribute is used to inform Each of the pattern arguments is a regular expression (as
used by |
For example, the following filters out object (.o) files, library
archive (.a) files, core
files, files generated by TeX, Postscript (.ps) files that occur
in subdirectory doc, Emacs backup files, and the executable file a.out:
(Populate-Ignore ("\\.o$" "\\.a$" "~$" "^a.out$" "^core$"
"\\.dvi$" "\\.aux$" "\\.log"
"^doc/.*\\.ps"))