Add .idea to .gitignore

Saves .idea/* files from pycharm showing up in git status calls.

Change-Id: I5c21e0ee972af8192b9ff6cd2e3045ee591bd5a6
This commit is contained in:
lhinds 2017-08-31 13:28:55 +01:00
parent d54a65f0f0
commit 3ec24ffbb0
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -5,6 +5,7 @@ venv*
*.egg
*.egg-info
.eggs/
.idea/
.tox
.testrepository
build/*