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

2
.gitignore vendored
View File

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