From 323d538fec78af8eaffc9449a7b9e0ba92d985fc Mon Sep 17 00:00:00 2001 From: Steve Dower Date: Wed, 24 May 2017 09:24:49 -0700 Subject: Move directory in .gitignore (#1787) --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index de4c573fad..03c8268b76 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* -- cgit v1.2.1