On Sat, Apr 17, 2010 at 18:38, Junio C Hamano <gitster@xxxxxxxxx> wrote: > Alex Riesen <raa.lkml@xxxxxxxxx> writes: > >> I think something like this should make the accident more >> noticable: > > The early skippage done in dir.c (read-directory-recursive) should treat > these as ignored just like paths that are ignored with .gitignore > mechanism, and if we do so, we shouldn't need this patch to add another > codepath to give notification to the user (we would however still need > to reword "'add -f' if you really want to add it", though). > I see. Special files are not treated as ignored yet (and there will be no way to un-ignore them). I have to read the code for a while, ignored pathnames are sometimes stored for later use too. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html