[PATCH] Add *.iml to .hgignore and .gitignore
JARvis PROgrammer
mrjarviscraft at gmail.com
Mon Sep 16 17:58:48 UTC 2019
Intellij configuration files may appear in directories other than /.idea/.
For example the script suggested by AdoptOpenJDK generates such in the root
directory.
пн, 16 сент. 2019 г., 9:33 Alan Bateman <Alan.Bateman at oracle.com>:
>
> 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 core-libs-dev
mailing list