You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by eb...@apache.org on 2014/11/07 13:47:08 UTC

[math] Ignore the IntelliJ project files

Repository: commons-math
Updated Branches:
  refs/heads/master 596ccd59a -> 5584c3060


Ignore the IntelliJ project files


Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/5584c306
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/5584c306
Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/5584c306

Branch: refs/heads/master
Commit: 5584c3060566348176828075352bfb41adbea9c0
Parents: 596ccd5
Author: Emmanuel Bourg <eb...@apache.org>
Authored: Fri Nov 7 13:46:26 2014 +0100
Committer: Emmanuel Bourg <eb...@apache.org>
Committed: Fri Nov 7 13:46:26 2014 +0100

----------------------------------------------------------------------
 .gitignore | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-math/blob/5584c306/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index c65ad49..1cfa9ec 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,7 @@ target
 /lib
 /site-content
 *.class
+*.iml
+*.ipr
+*.iws
+.idea


Re: [math] Ignore the IntelliJ project files

Posted by Luc Maisonobe <lu...@spaceroots.org>.
Le 10/11/2014 08:13, Benedikt Ritter a écrit :
> 2014-11-09 14:36 GMT+01:00 Emmanuel Bourg <eb...@apache.org>:
> 
>> Le 09/11/2014 12:28, Benedikt Ritter a écrit :
>>> IMHO this belongs into your global .gitignore.
>>
>> This was just a bogus commit to test the mail notifications. .gitignore
>> already contains the Eclipse project files and I thought it was fair to
>> add IntelliJ ones too. Feel free to rollback the changes if it was
>> inappropriate.
>>
> 
> Sorry if this came over too harsh. Wasn't meant like "you're doing it
> wrong", but more like "I expect you to have more experience with git. I've
> learned that this kind of configuration belongs to the global gitingore.
> What do you think?" ;-)

Jumping into this discussion, I think it is good to keep this
configuration there. I did put the initial configuration for the Eclipse
IDE.

Our repository is public and can be cloned by many people, with or
without Git experience. If they create patch and send them to us, I
prefer be sure they will not include there own
Eclipse/Intellij/YouNameIt IDE in the patch. Having the .gitignore file
from the project already ignore them is a way to avoid this.

best regards,
Luc

> 
> br,
> Benedikt
> 
> 
>>
>> Emmanuel Bourg
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>> For additional commands, e-mail: dev-help@commons.apache.org
>>
>>
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [math] Ignore the IntelliJ project files

Posted by Emmanuel Bourg <eb...@apache.org>.
Le 10/11/2014 08:13, Benedikt Ritter a écrit :

> Sorry if this came over too harsh. Wasn't meant like "you're doing it
> wrong", but more like "I expect you to have more experience with git."

You have a too high expectation on my actual knowledge ;) git is so rich
I learn a new trick almost every week, the global gitignore is another
one, thank you :)

Emmanuel Bourg


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [math] Ignore the IntelliJ project files

Posted by Benedikt Ritter <br...@apache.org>.
2014-11-09 14:36 GMT+01:00 Emmanuel Bourg <eb...@apache.org>:

> Le 09/11/2014 12:28, Benedikt Ritter a écrit :
> > IMHO this belongs into your global .gitignore.
>
> This was just a bogus commit to test the mail notifications. .gitignore
> already contains the Eclipse project files and I thought it was fair to
> add IntelliJ ones too. Feel free to rollback the changes if it was
> inappropriate.
>

Sorry if this came over too harsh. Wasn't meant like "you're doing it
wrong", but more like "I expect you to have more experience with git. I've
learned that this kind of configuration belongs to the global gitingore.
What do you think?" ;-)

br,
Benedikt


>
> Emmanuel Bourg
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>


-- 
http://people.apache.org/~britter/
http://www.systemoutprintln.de/
http://twitter.com/BenediktRitter
http://github.com/britter

Re: [math] Ignore the IntelliJ project files

Posted by Emmanuel Bourg <eb...@apache.org>.
Le 09/11/2014 12:28, Benedikt Ritter a écrit :
> IMHO this belongs into your global .gitignore.

This was just a bogus commit to test the mail notifications. .gitignore
already contains the Eclipse project files and I thought it was fair to
add IntelliJ ones too. Feel free to rollback the changes if it was
inappropriate.

Emmanuel Bourg


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [math] Ignore the IntelliJ project files

Posted by Benedikt Ritter <br...@apache.org>.
IMHO this belongs into your global .gitignore.

2014-11-07 13:47 GMT+01:00 <eb...@apache.org>:

> Repository: commons-math
> Updated Branches:
>   refs/heads/master 596ccd59a -> 5584c3060
>
>
> Ignore the IntelliJ project files
>
>
> Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
> Commit:
> http://git-wip-us.apache.org/repos/asf/commons-math/commit/5584c306
> Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/5584c306
> Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/5584c306
>
> Branch: refs/heads/master
> Commit: 5584c3060566348176828075352bfb41adbea9c0
> Parents: 596ccd5
> Author: Emmanuel Bourg <eb...@apache.org>
> Authored: Fri Nov 7 13:46:26 2014 +0100
> Committer: Emmanuel Bourg <eb...@apache.org>
> Committed: Fri Nov 7 13:46:26 2014 +0100
>
> ----------------------------------------------------------------------
>  .gitignore | 4 ++++
>  1 file changed, 4 insertions(+)
> ----------------------------------------------------------------------
>
>
>
> http://git-wip-us.apache.org/repos/asf/commons-math/blob/5584c306/.gitignore
> ----------------------------------------------------------------------
> diff --git a/.gitignore b/.gitignore
> index c65ad49..1cfa9ec 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -8,3 +8,7 @@ target
>  /lib
>  /site-content
>  *.class
> +*.iml
> +*.ipr
> +*.iws
> +.idea
>
>


-- 
http://people.apache.org/~britter/
http://www.systemoutprintln.de/
http://twitter.com/BenediktRitter
http://github.com/britter