From c0fa4ba8f7a4da617a9e195aa0d68bdee045dcb7 Mon Sep 17 00:00:00 2001 From: gfyoung Date: Wed, 24 May 2017 11:57:37 -0400 Subject: [PATCH] Add .idea and .iml to .gitignore (#1764) --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index f436777c7cf..de4c573fad6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,10 @@ # Two-trick pony for OSX and other case insensitive file systems: # Ignore ./python binary on Unix but still look into ./Python/ directory. +.idea/ /python !/Python/ *.cover +*.iml *.o *.orig *.pyc