On Fri, Oct 17, 2008 at 04:53:13PM +0200, Erik Hahn wrote: > I'm currently working on a script whose developer does not use > git. Hence, when I mail him the patch, I don't want to include the > .gitignore file. Is it possible to exclude a file from git-diff (except > not adding it to git, of course?) Just add the content of .gitignore to .git/info/exclude, and remove .gitignore from the repository. Raphael -- 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