Heya, On Thu, Mar 5, 2009 at 09:44, dealmaker <vinkhc@xxxxxxxxx> wrote: > [...] How do I ignore [a tracked] directory? $ git rm -rf --cached dirname && git commit -m "Removed directory from git" Git will tell you about changes to the contents of the directory until you stop tracking it. --cached will prevent the folder from actually being removed from your harddisk. -- Cheers, Sverre Rabbelier -- 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