On Thursday 2007 February 15 10:20, Matthieu Moy wrote: > Is there a way to have a per-user ignore list in git? Yep; in repository-layout.txt it says: info/exclude:: This file, by convention among Porcelains, stores the exclude pattern list. `.gitignore` is the per-directory ignore file. `git status`, `git add`, `git rm` and `git clean` look at it but the core git commands do not look at it. See also: gitlink:git-ls-files[1] `--exclude-from` and `--exclude-per-directory`. Andy -- Dr Andy Parkins, M Eng (hons), MIEE andyparkins@xxxxxxxxx - 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