[PATCH] Add *.iml to .hgignore and .gitignore
JARvis PROgrammer
mrjarviscraft at gmail.com
Sun Sep 15 20:22:24 UTC 2019
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