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 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

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