You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to simple-b...@googlegroups.com
For example, I tend to make "archive" directories for stashing stuff I may want to refer to but not actively use in my project. I also have vim configured to create a "vim~" temp directory in any directory I edit files in. Is there a way to tell sbt to ignore those two wherever it finds them?
Mark Harrah
unread,
Aug 30, 2012, 6:17:43 AM8/30/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to simple-b...@googlegroups.com
excludeFilter is a setting of type FileFilter. The default excludes hidden files (the names starts with a period or is marked as hidden). There are some conveniences for constructing the filter, such as ||, &&, or --. For example,