From 2e25c78062b54ef85548a97e734e6ce23f018559 Mon Sep 17 00:00:00 2001 From: Neeldhwaj Pathak Date: Fri, 8 Jul 2016 21:25:52 +0530 Subject: [PATCH] Add .idea/ to tacker-horizon .gitignore Change-Id: I9a8c567c64ad76b1179c39ea863a5ce258a7c8ce --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 36d44b8..837ae28 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,7 @@ pip-log.txt # Unit test / coverage reports .coverage +.idea/ .tox .venv *.lock