On Tue, 16 Dec 2008, Max Power wrote: > > So I understand how to use the .gitignore file to ignore specific > files/directories that I put in there... is there a way to ignore everything > BUT a given file extension? Something like * !*.jpg to only save the jpegs in your pr0n collection? The first rule says "ignore everything". The second one says "don't ignore *.jpg files". Untested. Linus -- 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