Ignore *.iml files

... which are IntelliJ IDEA module files. (`.idea` is IDEA project files.)
This commit is contained in:
Stepan Koltsov 2017-06-30 23:18:47 +03:00
parent e72580cf09
commit affe6e148c

1
.gitignore vendored
View File

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