Christoph Duelli <duelli@xxxxxxxxxxxx> writes: > Is it possible to ignore (once and for all) that directories like > .pics or .xvpics (that might occur all over the place where xv was > called) should be ignored? in ~/.gitconfig: [core] excludesfile = /home/yourlogin/.gitignore then, in ~/.gitignore: .xvpics and all your .xvpics will be ignored for all your projects. (it's nice to keep such ignore list user-wide and not project-wide if you don't want to bother your collaborators with your choice of software). -- Matthieu -- 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