Merge pull request #899 from leeclemens/ENH/gitignore

Add .idea dir to .gitignore
pull/902/merge
Yaroslav Halchenko 2014-12-31 18:48:57 -05:00
commit 8fc32bb33f
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -9,3 +9,4 @@ htmlcov
*.bak *.bak
__pycache__ __pycache__
.vagrant/ .vagrant/
.idea/