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: Ibed8540343198c737db22512bc8e98ab2a7942c0
This commit is contained in:
pawnesh kumar 2017-04-10 16:00:52 +05:30
parent e54f3817d3
commit 1f5e4d0c90
1 changed files with 1 additions and 1 deletions

2
.gitignore vendored
View File

@ -24,6 +24,6 @@ var/*
ChangeLog
AUTHORS
etc/zaqar.conf.sample
.idea
# Files created by releasenotes build
releasenotes/build