Add .idea pattern to .gitignore

The .idea directoy is used by pycharm and should not be included
in the change list. The change extends the .gitignore file to
avoid .idea directory to be shown in the change list.

Change-Id: I6b97804408dc750b466d16d2307a3a65348ca593
This commit is contained in:
pawnesh kumar 2017-04-10 16:09:46 +05:30
parent f4ca137e60
commit 764bbeb46f

1
.gitignore vendored
View File

@ -17,3 +17,4 @@ doc/source/api/
.coverage
.testrepository/
.tox/
.idea