]> source.dussan.org Git - gitignore.git/commitdiff
Ignore iml file anywhere 1251/head
authorThomas Queste <tqueste@gmail.com>
Thu, 16 Oct 2014 13:53:23 +0000 (15:53 +0200)
committerThomas Queste <tqueste@gmail.com>
Thu, 16 Oct 2014 13:53:23 +0000 (15:53 +0200)
Intellij's iml file can be anywhere on the path.
This is true for multi-module maven project where each module has its own $projectName.iml file in its own directory.

Global/JetBrains.gitignore

index 1df388bf4e0db99947b098cb2e34e08b6db6149c..2537e5b47b9aca20c16503ee0f4df2e1263d6401 100644 (file)
@@ -1,6 +1,6 @@
 # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm
 
-/*.iml
+*.iml
 
 ## Directory-based project format:
 .idea/