Jeff King <peff@xxxxxxxx> writes: > On Thu, Jun 09, 2016 at 02:21:55PM -0700, Junio C Hamano wrote: > >> Lars Vogel <lars.vogel@xxxxxxxxx> writes: >> >> > This helps contributors (like me) using editors which automatically create ~ copies of the changed data >> > >> > Signed-off-by: Lars Vogel <Lars.Vogel@xxxxxxxxxxx> >> > --- >> >> We deliberately left this out and kept it out of .gitignore for the >> past 10 years. The justification was that use of Emacs is merely a >> personal choice that is better served by .git/info/excludes; we do >> not add .swp for vim users, either, for the same reason. > > I think a better choice than .git/info/excludes these days is > ~/.config/git/ignore. Then it is associated with the user, not the > project (which seems a better fit, since it is the user who is picking > the editor; this should apply across all projects). Yes, that is a better alternative you can use these days, of course. Thanks. As I said, however, I could support a move to add some selected small number of common file extensions, as long as we have some (social) mechanism to avoid churning this file every time somebody new comes and complains their favourite editor or other tools are not supported. -- 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