Junio C Hamano <gitster@xxxxxxxxx> writes: > I somehow suspect this is going backwards. ".gitignore" may have > been the original mistake; it is much more than ".cvsignore". I don't think they are _that_ different, and if we're talking about how other VCS call this, I can think of ".hgignore", ".bzrignore", ... Even within the Git world, see how "man git-add" describes the behavior of ignore/exclude: The git add command will not add ignored files by default. If any ignored files were explicitly specified on the command line, git add will fail with a list of ignored files. Ignored files reached by directory recursion or filename globbing performed by Git (quote your globs before the shell) will be silently ignored. The git add command can be used to add ignored files with the -f (force) option. Another fun fact: google "git exclude" gives this as first result http://www.kernel.org/pub/software/scm/git/docs/gitignore.html ;-) -- Matthieu Moy http://www-verimag.imag.fr/~moy/ -- 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