# OpenFOAM is a programming toolbox, but uses dynamic code compilation # for user-coded boundary conditions and function objects. # Source files thus belong in the main OpenFOAM package addFilter("openfoam.* devel-file-in-non-devel-package") # Some zero-length files used by OpenFOAM internally to prevent automatic # cleanup addFilter("zero-length") # Tutorials have .orig files that are not editor files, # but restart files addFilter("openfoam\S*examples.* backup-file-in-package") addFilter("openfoam\S*modules.* backup-file-in-package") # Many tutorials have similar setups (content), but the content is # adjusted/overwritten when running. # Also have makefile options etc. addFilter("openfoam.* files-duplicate") addFilter("openfoam.* suse-filelist-forbidden")