From c4a0f7eb74d64b89553995e9db189cee3c9f6dfb Mon Sep 17 00:00:00 2001 From: gfyoung Date: Tue, 23 May 2017 13:15:22 -0400 Subject: [PATCH] Add .idea and .iml to .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index f436777c7cf099..de4c573fad6249 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