From 1f5e4d0c902c4f73de1525ddb55ce12fb23a2d4c Mon Sep 17 00:00:00 2001
From: pawnesh kumar <pawnesh.kumar@nectechnologies.in>
Date: Mon, 10 Apr 2017 16:00:52 +0530
Subject: [PATCH] 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
---
 .gitignore | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index bd0b925a1..194b3d403 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,6 +24,6 @@ var/*
 ChangeLog
 AUTHORS
 etc/zaqar.conf.sample
-
+.idea
 # Files created by releasenotes build
 releasenotes/build