Do not add untracked folders if they are ignored
commitcbcf8aa05b08802b0c8af5c6432d53789c3f928b
authorStefan Lay <stefan.lay@sap.com>
Tue, 20 Apr 2010 09:15:23 +0000 (20 11:15 +0200)
committerChris Aniszczyk <caniszczyk@gmail.com>
Tue, 20 Apr 2010 14:45:09 +0000 (20 09:45 -0500)
treeadcc136cbed13433d16f9b2514c359bd9629c01d
parent217eb828b6de8e37f02cf83f4a7de27679e33e30
Do not add untracked folders if they are ignored

When a folder is ignored via the extension point
"org.eclipse.team.core.ignore" this property is not
inherited to contained resources. Therefore we have
to check for folders if they are ignored and return false
in the visitor's visit method.

Bug: 309588
Change-Id: Iaf030af0a8c50c0ec775f127237c595d8e08cfe7
Signed-off-by: Stefan Lay <stefan.lay@sap.com>
Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/actions/CommitAction.java