Skip to content

Commit 2fdb9c9

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 8abc58e + affe6e1 commit 2fdb9c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

+1
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)