From 764bbeb46f722b1867060c927e36f8267b2b0b72 Mon Sep 17 00:00:00 2001 From: pawnesh kumar Date: Mon, 10 Apr 2017 16:09:46 +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: I6b97804408dc750b466d16d2307a3a65348ca593 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 8c25b700a..2682e2a6a 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ doc/source/api/ .coverage .testrepository/ .tox/ +.idea