Skip to content

Commit c868b24

Browse files
Rollup merge of rust-lang#42994 - stepancheg:ignore-iml, r=aturon
Ignore *.iml files ... which are IntelliJ IDEA module files. (`.idea` is IDEA project files.)
2 parents 411188b + affe6e1 commit c868b24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
.hg/
5252
.hgignore
5353
.idea
54+
*.iml
5455
__pycache__/
5556
*.py[cod]
5657
*$py.class

0 commit comments

Comments
 (0)