Hello,
I recently installed the FuzzyFileNav package to use to browse/open files. I am having some difficulty setting ignore patterns in the settings. Specifically, I want to ignore “.*\.(class|pyc)$” patterns. Or, “any sequence of characters followed by a single period, and then ending in either ‘class’ or ‘pyc’”, to my understanding.
However, this pattern does not work for me. I have saved the settings and restarted sublime text, no dice.
My intent is to not see filename.class files in the FuzzyFileNav menu, any tips?
Here’s my full “regex_exclude”: [".\.(DS_Store|svn|git)$", ".\.(class|pyc)"]
In fact, it seems any pattern I enter doesn’t have an effect on anything at all. What am I doing wrong?
thanks
