On 2022-08-18 at 14:00:31, Sergio via GitGitGadget wrote: > From: Sergio > > Signed-off-by: Sergio > --- > .gitignore | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/.gitignore b/.gitignore > index 42fd7253b44..13755c31caf 100644 > --- a/.gitignore > +++ b/.gitignore > @@ -246,3 +246,5 @@ Release/ > /git.VC.db > *.dSYM > /contrib/buildsystems/out > +/.cproject > +/.project I have no strong opinion on this change, but typically, to avoid a proliferation of patterns with everyone's favourite editor settings, it can be useful if each individual user sets their own editor files in ~/.config/git/ignore (or core.excludesFile, if you prefer a different location). For example, I do this with Vim-related files, and it applies to all repos on my system, such that other developers don't have to care what editor I use. However, Eclipse is a popular editor, so it may be that Junio really likes this change since it will benefit many people. -- brian m. carlson (he/him or they/them) Toronto, Ontario, CA