diff options
| author | Mark Simulacrum <mark.simulacrum@gmail.com> | 2017-07-04 07:41:41 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-07-04 07:41:41 -0600 |
| commit | 2fdb9c978da81d60671feb16dd348e8e551288e1 (patch) | |
| tree | 73a71e3d1602dee2d1194d7ebeefd2bececafd1e | |
| parent | 8abc58e6b9baed981555db4cf0d578a218dd03fd (diff) | |
| parent | affe6e148c9aee2977d4ba0679f0ff92c67a16da (diff) | |
| download | rust-2fdb9c978da81d60671feb16dd348e8e551288e1.tar.gz rust-2fdb9c978da81d60671feb16dd348e8e551288e1.zip | |
Rollup merge of #42994 - stepancheg:ignore-iml, r=aturon
Ignore *.iml files ... which are IntelliJ IDEA module files. (`.idea` is IDEA project files.)
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index ff839c34df1..b54bab177d0 100644 --- a/.gitignore +++ b/.gitignore @@ -51,6 +51,7 @@ .hg/ .hgignore .idea +*.iml __pycache__/ *.py[cod] *$py.class |
