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? > > [ Note: some time ago this issue has already popped up: > http://thread.gmane.org/gmane.comp.version-control.git/50504 > > However, adding a line with just .xvpics in the toplevel .gitignore > does not help. Neither does /**/.xvpics Could you reproduce the steps you tried? Because I have checked, and putting .xvpics or .xvpics/ in top level .gitignore (or in .git/info/excludes, or ~/.gitignore) works as expected: filename without '/' in it is match agains _basename_. Note that .gitignore is about contents which is not tracked (not known to git). If you added .xvpics to commit by accident, .gitignore will do nothing then. -- Jakub Narebski Poland ShadeHawk on #git -- 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