TGitCache: correctly show in a specific path ignored files as ignored
commit54a1be12bf3423676b9d980a15460e247846624e
authorSven Strickroth <email@cs-ware.de>
Thu, 21 Jun 2012 19:43:12 +0000 (21 21:43 +0200)
committerSven Strickroth <email@cs-ware.de>
Thu, 21 Jun 2012 19:43:12 +0000 (21 21:43 +0200)
treef67167950793826c6acb62703ccbceadcf6a0bcb
parentd234da25aee2252fe737c7ab1a5e0d60afa5fa92
TGitCache: correctly show in a specific path ignored files as ignored

If the file /a/.gitignore contained "/b.txt" then /a/b.txt was not detected as ignored.

Signed-off-by: Sven Strickroth <email@cs-ware.de>
src/Git/GitIndex.cpp