#------------------------------------------------------------------------------ # OpenFOAM is a programming toolbox, but uses dynamic code compilation # for user-coded boundary conditions and function objects. # Source files may therefore also be in the main OpenFOAM package # or even in tutorials addFilter("openfoam.* devel-file-in-non-devel-package") # OpenFOAM has zero-length files to prevent automatic cleanup addFilter("zero-length") # OpenFOAM has .gitignore files to prevent automatic cleanup addFilter("version-control-internal-file") # Tutorials use .orig for restart files - these are not editor files addFilter("openfoam.* backup-file-in-package") # Many tutorials have similar setups (content), but content is # adjusted/overwritten when running. # Also have makefile options etc. addFilter("openfoam.* files-duplicate") addFilter("openfoam.* suse-filelist-forbidden") #------------------------------------------------------------------------------