Don't let ignored resources cause index update jobs.
commit9f64d22770c04d85cea55e1b5d40fd3056a5bf1f
authorMarkus Duft <markus.duft@salomon.at>
Tue, 9 Dec 2014 15:04:14 +0000 (9 16:04 +0100)
committerMatthias Sohn <matthias.sohn@sap.com>
Tue, 30 Dec 2014 23:57:40 +0000 (31 00:57 +0100)
tree8e3475b00c9cc98c82d3ae22150d998d14c3dbb0
parentae7e707c18dfd733cfd80bacafb882248bb0cc1b
Don't let ignored resources cause index update jobs.

Changes to ignored resources cause deltas fired by eclipse. These deltas
will cause index update jobs even though there is nothing to do. In the
worst case, a lot of resources are changed, and even though nothing
happened to tracked files, a full re-index is done because the changed
resource count threshold was reached.

Change-Id: Ic8ab3a93cb877a7a896c9bd88a878eb35c29d046
Signed-off-by: Markus Duft <markus.duft@salomon.at>
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.egit.core.test/src/org/eclipse/egit/core/internal/indexdiff/IndexDiffCacheTest.java
org.eclipse.egit.core/src/org/eclipse/egit/core/internal/indexdiff/GitResourceDeltaVisitor.java