Re: [all] Should our gitignore files contain only build-related entries?

2017-06-06 Thread sebb
> > Gruss > Bernd > -- > http://bernd.eckenfels.net > > From: Benedikt Ritter > Sent: Tuesday, June 6, 2017 1:50:14 PM > To: Commons Developers List > Subject: Re: [all] Should our gitignore files contain only build-related > entries? &g

Re: [all] Should our gitignore files contain only build-related entries?

2017-06-06 Thread Bernd Eckenfels
: Commons Developers List Subject: Re: [all] Should our gitignore files contain only build-related entries? Hello Bernd, > Am 05.06.2017 um 18:47 schrieb Bernd Eckenfels : > > Are we talking about only the Maven profile or also about the Java profile. I > find that one overly eager

Re: [all] Should our gitignore files contain only build-related entries?

2017-06-06 Thread sebb
>> > -- >> > http://bernd.eckenfels.net >> > ________________ >> > From: sebb >> > Sent: Monday, June 5, 2017 5:09:18 PM >> > To: Commons Developers List >> > Subject: Re: [all] Should our gitignore files contain only

Re: [all] Should our gitignore files contain only build-related entries?

2017-06-06 Thread Matt Sicker
; > Gruss > > Bernd > > -- > > http://bernd.eckenfels.net > > > > From: sebb > > Sent: Monday, June 5, 2017 5:09:18 PM > > To: Commons Developers List > > Subject: Re: [all] Should our gitignore files contain only build-related > entries? > >

Re: [all] Should our gitignore files contain only build-related entries?

2017-06-06 Thread Benedikt Ritter
le“? Cheers, Benedikt > > Gruss > Bernd > -- > http://bernd.eckenfels.net > > From: sebb > Sent: Monday, June 5, 2017 5:09:18 PM > To: Commons Developers List > Subject: Re: [all] Should our gitignore files contain only build-relate

Re: [all] Should our gitignore files contain only build-related entries?

2017-06-06 Thread Bruno P. Kinoshita
oject setting, and merge the pull requests as they come in and try to keep things as concise as possible. Cheers Bruno From: sebb To: Commons Developers List Sent: Tuesday, 6 June 2017 3:09 AM Subject: Re: [all] Should our gitignore files contain only build-related entries? On 5 June

Re: [all] Should our gitignore files contain only build-related entries?

2017-06-05 Thread Bernd Eckenfels
List Subject: Re: [all] Should our gitignore files contain only build-related entries? On 5 June 2017 at 11:20, Benedikt Ritter wrote: > Hi, > > I usually only use what gibo [1] generates. I don’t put editor specific > entries into .gitignore for my personal projects. This stuff sh

Re: [all] Should our gitignore files contain only build-related entries?

2017-06-05 Thread sebb
On 5 June 2017 at 11:20, Benedikt Ritter wrote: > Hi, > > I usually only use what gibo [1] generates. I don’t put editor specific > entries into .gitignore for my personal projects. This stuff should go into > your personal gitignore. If developers don’t know about global gitignore we > should

Re: [all] Should our gitignore files contain only build-related entries?

2017-06-05 Thread Benedikt Ritter
Hi, I usually only use what gibo [1] generates. I don’t put editor specific entries into .gitignore for my personal projects. This stuff should go into your personal gitignore. If developers don’t know about global gitignore we should educate them instead of promoting non-sense project setups.

Re: [all] Should our gitignore files contain only build-related entries?

2017-06-01 Thread Gary Gregory
If we do not have per component .gitignore files, then we better have clear instructions front and center on how to set up Git for what we expect. Gary On Wed, May 31, 2017 at 2:04 AM, Amey Jadiye wrote: > Hi, > > I think easier way to have all ignorable extensions and directories in > .gitigno

Re: [all] Should our gitignore files contain only build-related entries?

2017-05-31 Thread Amey Jadiye
Hi, I think easier way to have all ignorable extensions and directories in .gitignore and same have to be replicated in global gitignore from all other Commons projects. Commons is always having short fixes and improvements , people tend to fork>work>PR>delete repo on local pc. Instructions should

Re: [all] Should our gitignore files contain only build-related entries?

2017-05-31 Thread Jörg Schaible
Hi Bruno, personally I use normally only two entries: == %< = .* target == %< = Which implies that I have to force the addition of .gitignore and .gitattributes files. Cheers, Jörg Bruno P. Kinoshita wrote: > Hi, > > [collecti

Re: [all] Should our gitignore files contain only build-related entries?

2017-05-31 Thread Stian Soiland-Reyes
On Sat, 27 May 2017 11:37:54 -0400, Rob Tompkins wrote: > > > > On May 27, 2017, at 11:25 AM, Gary Gregory wrote: > > > > On May 27, 2017 7:23 AM, "Bernd Eckenfels" wrote: > > > > I vote for a default set optimized for build-related file but allow all > > commiters to include relevant files

Re: [all] Should our gitignore files contain only build-related entries?

2017-05-27 Thread Rob Tompkins
d.eckenfels.net > > From: Bruno P. Kinoshita > Sent: Saturday, May 27, 2017 3:29:22 PM > To: Commons Developers List > Subject: [all] Should our gitignore files contain only build-related > entries? > > Hi, > > [collections] recently receiv

Re: [all] Should our gitignore files contain only build-related entries?

2017-05-27 Thread Gary Gregory
Developers List Subject: [all] Should our gitignore files contain only build-related entries? Hi, [collections] recently received a pull request [1] to add VIM files to the gitignore file. Its currently gitignore contains only a few entries for Eclipse ([lang] has more entries for Eclipse). I

Re: [all] Should our gitignore files contain only build-related entries?

2017-05-27 Thread Bernd Eckenfels
all a few more lines in .gitignore do not hurt... Gruss Bernd -- http://bernd.eckenfels.net From: Bruno P. Kinoshita Sent: Saturday, May 27, 2017 3:29:22 PM To: Commons Developers List Subject: [all] Should our gitignore files contain only build-related entries

[all] Should our gitignore files contain only build-related entries?

2017-05-27 Thread Bruno P. Kinoshita
Hi, [collections] recently received a pull request [1] to add VIM files to the gitignore file. Its currently gitignore contains only a few entries for Eclipse ([lang] has more entries for Eclipse). I remember asking something similar, and learning about the global gitignore. But besides that,