Add .idea and .iml to .gitignore (#1764)

This commit is contained in:
gfyoung 2017-05-24 11:57:37 -04:00 committed by Steve Dower
parent c471ca448c
commit c0fa4ba8f7

2
.gitignore vendored
View file

@ -1,8 +1,10 @@
# Two-trick pony for OSX and other case insensitive file systems:
# Ignore ./python binary on Unix but still look into ./Python/ directory.
.idea/
/python
!/Python/
*.cover
*.iml
*.o
*.orig
*.pyc