Re: RFR(xxs): 8202822: Add .git to .hgignore

2018-05-09 Thread Thomas Stüfe
Thanks Erik!

I'll push this now under the trivial rule.

Thanks, Thomas

On Wed, May 9, 2018 at 5:52 PM, Erik Joelsson  wrote:
> Looks good to me.
>
> /Erik
>
>
>
> On 2018-05-08 21:59, Thomas Stüfe wrote:
>>
>> Hi all,
>>
>> could we add .git to .hgignore?
>>
>> Bug: https://bugs.openjdk.java.net/browse/JDK-8202822
>>
>> Diff:
>>
>> --- a/.hgignore Wed May 09 06:51:41 2018 +0200
>> +++ b/.hgignore Wed May 09 06:55:10 2018 +0200
>> @@ -13,3 +13,4 @@
>>   NashornProfile.txt
>>   .*/JTreport/.*
>>   .*/JTwork/.*
>> +.*/.git/.*
>>
>> Thanks!
>>
>> Thomas
>
>


Re: RFR(xxs): 8202822: Add .git to .hgignore

2018-05-09 Thread Thomas Stüfe
Feel free :)

On Wed, May 9, 2018 at 5:56 PM, John Paul Adrian Glaubitz
 wrote:
> Shouldn't we also add .hg to .gitignore? :-)
>
>
> On 05/09/2018 05:52 PM, Erik Joelsson wrote:
>>
>> Looks good to me.
>>
>> /Erik
>>
>>
>> On 2018-05-08 21:59, Thomas Stüfe wrote:
>>>
>>> Hi all,
>>>
>>> could we add .git to .hgignore?
>>>
>>> Bug: https://bugs.openjdk.java.net/browse/JDK-8202822
>>>
>>> Diff:
>>>
>>> --- a/.hgignore Wed May 09 06:51:41 2018 +0200
>>> +++ b/.hgignore Wed May 09 06:55:10 2018 +0200
>>> @@ -13,3 +13,4 @@
>>>   NashornProfile.txt
>>>   .*/JTreport/.*
>>>   .*/JTwork/.*
>>> +.*/.git/.*
>>>
>>> Thanks!
>>>
>>> Thomas
>
>
> --
>  .''`.  John Paul Adrian Glaubitz
> : :' :  Debian Developer - glaub...@debian.org
> `. `'   Freie Universitaet Berlin - glaub...@physik.fu-berlin.de
>   `-GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913


Re: RFR(xxs): 8202822: Add .git to .hgignore

2018-05-09 Thread Thomas Stüfe
Thanks!


On Wed, May 9, 2018 at 5:52 PM, Erik Joelsson  wrote:
> Looks good to me.
>
> /Erik
>
>
>
> On 2018-05-08 21:59, Thomas Stüfe wrote:
>>
>> Hi all,
>>
>> could we add .git to .hgignore?
>>
>> Bug: https://bugs.openjdk.java.net/browse/JDK-8202822
>>
>> Diff:
>>
>> --- a/.hgignore Wed May 09 06:51:41 2018 +0200
>> +++ b/.hgignore Wed May 09 06:55:10 2018 +0200
>> @@ -13,3 +13,4 @@
>>   NashornProfile.txt
>>   .*/JTreport/.*
>>   .*/JTwork/.*
>> +.*/.git/.*
>>
>> Thanks!
>>
>> Thomas
>
>


Re: RFR(xxs): 8202822: Add .git to .hgignore

2018-05-09 Thread John Paul Adrian Glaubitz

Shouldn't we also add .hg to .gitignore? :-)

On 05/09/2018 05:52 PM, Erik Joelsson wrote:

Looks good to me.

/Erik


On 2018-05-08 21:59, Thomas Stüfe wrote:

Hi all,

could we add .git to .hgignore?

Bug: https://bugs.openjdk.java.net/browse/JDK-8202822

Diff:

--- a/.hgignore Wed May 09 06:51:41 2018 +0200
+++ b/.hgignore Wed May 09 06:55:10 2018 +0200
@@ -13,3 +13,4 @@
  NashornProfile.txt
  .*/JTreport/.*
  .*/JTwork/.*
+.*/.git/.*

Thanks!

Thomas


--
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - glaub...@debian.org
`. `'   Freie Universitaet Berlin - glaub...@physik.fu-berlin.de
  `-GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913


Re: RFR(xxs): 8202822: Add .git to .hgignore

2018-05-09 Thread Erik Joelsson

Looks good to me.

/Erik


On 2018-05-08 21:59, Thomas Stüfe wrote:

Hi all,

could we add .git to .hgignore?

Bug: https://bugs.openjdk.java.net/browse/JDK-8202822

Diff:

--- a/.hgignore Wed May 09 06:51:41 2018 +0200
+++ b/.hgignore Wed May 09 06:55:10 2018 +0200
@@ -13,3 +13,4 @@
  NashornProfile.txt
  .*/JTreport/.*
  .*/JTwork/.*
+.*/.git/.*

Thanks!

Thomas




RFR(xxs): 8202822: Add .git to .hgignore

2018-05-08 Thread Thomas Stüfe
Hi all,

could we add .git to .hgignore?

Bug: https://bugs.openjdk.java.net/browse/JDK-8202822

Diff:

--- a/.hgignore Wed May 09 06:51:41 2018 +0200
+++ b/.hgignore Wed May 09 06:55:10 2018 +0200
@@ -13,3 +13,4 @@
 NashornProfile.txt
 .*/JTreport/.*
 .*/JTwork/.*
+.*/.git/.*

Thanks!

Thomas