filefilter — Filter temporary files from FS views

File browser, Locator, and probably other functionality shall ignore temporaty files, such as *.bak, *.o for C++, *.pyc for Python.

This module provides regular expression, which tests, if file shall be ignored. Regexp is constructed from patterns, configurable in the settings

class enki.core.filefilter.FileFilter

Bases: QObject

Module implementation

regExpChanged

regExpChanged()

Signal emitted, when regExp has changed

regExp()

Get negative filer reg exp.

If file name matches it, ignore this file