From 441090300f3454461a56a2ef78e65522a4683232 Mon Sep 17 00:00:00 2001 From: Matthew Taylor Date: Tue, 3 Feb 2015 08:30:20 -0800 Subject: [PATCH] Ignoring IntelliJ folder. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 34db373..ad81cce 100644 --- a/.gitignore +++ b/.gitignore @@ -32,6 +32,9 @@ nosetests.xml .project .pydevproject +# IntelliJ +.idea/ + # Cpp files capnp/*.cpp