torsdag 05 mars 2009 09:44:19 skrev dealmaker <vinkhc@xxxxxxxxx>: > > Hi, > I run "git status", and I saw the a modified file in a directory. I want > to ignore all files in that directory. I put the directory name into > .gitignore, but it still shows as modified file. Why? How do I ignore the > directory? > Thanks. git update-index --assume-unchanged <files...> -- robin -- 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