Rollup merge of #42994 - stepancheg:ignore-iml, r=aturon

Ignore *.iml files

... which are IntelliJ IDEA module files. (`.idea` is IDEA project files.)
This commit is contained in:
Mark Simulacrum 2017-07-04 07:41:41 -06:00 committed by GitHub
commit 2fdb9c978d

1
.gitignore vendored
View File

@ -51,6 +51,7 @@
.hg/
.hgignore
.idea
*.iml
__pycache__/
*.py[cod]
*$py.class