[PATCH] Add *.iml to .hgignore and .gitignore

Erik Joelsson erik.joelsson at oracle.com
Mon Sep 16 15:41:38 UTC 2019


Hello,

The .ignore file is currently in regexp format so new additions should 
probably be in that format. I don't object to ignoring .iml files.

/Erik

On 2019-09-15 23:33, Alan Bateman wrote:
>
> I think the .ignore files are maintained on build-dev. Note that .idea 
> is already excluded and it contains the .iml and other workspace files 
> are created for the IntelliJ project, maybe your setup might be 
> different?
>
> -Alan.
>
>
> On 15/09/2019 21:22, JARvis PROgrammer wrote:
>> This is a small patch to disable tracking of configuration files of
>> Intellij-based IDEs (.iml)
>> Diff:
>> diff -r a6f653312b19 .gitignore
>> --- a/.gitignore        Sun Sep 15 08:41:48 2019 +0200
>> +++ b/.gitignore        Sun Sep 15 21:11:13 2019 +0100
>> @@ -1,6 +1,7 @@
>>   /build/
>>   /dist/
>>   /.idea/
>> +*.iml
>>   nbproject/private/
>>   /webrev
>>   /.src-rev
>> diff -r a6f653312b19 .hgignore
>> --- a/.hgignore Sun Sep 15 08:41:48 2019 +0200
>> +++ b/.hgignore Sun Sep 15 21:11:13 2019 +0100
>> @@ -1,6 +1,7 @@
>>   ^build/
>>   ^dist/
>>   ^.idea/
>> +*.iml
>>   nbproject/private/
>>   ^webrev
>>   ^.src-rev$
>> Hosted diff-file:
>> https://gist.github.com/JarvisCraft/d016d39a0342d09ce3a0a22a1893841d
>>
>> PS: if it is an unneeded patch or a wrong mailing list, please inform me
>>
>> Thanks,
>> Peter
>



More information about the build-dev mailing list