From: gfyoung <gfyoung17@gmail.com> Date: Wed, 24 May 2017 15:57:37 +0000 (-0400) Subject: Add .idea and .iml to .gitignore (#1764) X-Git-Tag: v3.7.0a1~747 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c0fa4ba8f7a4da617a9e195aa0d68bdee045dcb7;p=python Add .idea and .iml to .gitignore (#1764) --- diff --git a/.gitignore b/.gitignore index f436777c7c..de4c573fad 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