From 317ed0cf728bf9e28832ce07ed98a51ebc293341 Mon Sep 17 00:00:00 2001 From: Steve Dower Date: Wed, 24 May 2017 08:59:35 -0700 Subject: [PATCH] Move directory in .gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index de4c573fad6249..03c8268b761f6f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ # 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 @@ -76,6 +75,7 @@ config.status.lineno core db_home .hg/ +.idea/ ipch/ libpython*.a libpython*.so*