This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 254840 - Allow specification of multiple regular expressions for global "Ignored files pattern"
Summary: Allow specification of multiple regular expressions for global "Ignored files...
Status: NEW
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 8.0.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-29 10:37 UTC by kalle1
Modified: 2015-08-29 10:37 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description kalle1 2015-08-29 10:37:56 UTC
The global "Ignored files pattern" in `Tools -> Options -> Miscellaneous -> Files` is specified as one regular expression (default is 

    ^(CVS|SCCS|vssver.?\.scc|#.*#|%.*%|_svn)$|~$|^\.(?!(htaccess|git.+|hgignore)$).*$

). An unexperienced or impatient user might well condensate some brain cells before figuring out a simple change, like including `\..*` files. It'd be better if there was a list of regular expressions which would also allow to specify the default regular expression for users who like the long version.