Jiri Slaby wrote: > Thinking about it, there is no way to specify a *filename* no matter > where it lies? I.e. patterns such as *.o matches also a/b/test.o/test.c? > Am I missing something? Is *.o !*.o/ what you are looking for? The first line matches *.o anywhere, and the second matches *.o anywhere as long as it is a directory. -- 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