From 1eac797b96e0ed947ea90cad24b8a83a3f4eaccf Mon Sep 17 00:00:00 2001 From: "Ealden Esto E. Escanan" Date: Sun, 18 Sep 2011 14:39:10 +0800 Subject: [PATCH] Further ignore IDEA-generated files Currently the project ignores .idea (directory-based format) as well as *.ims (file-based format) but not *.ipr and *.iws. We thus ignore the latter two as they are generated by IDEA as well. Signed-off-by: Ealden Esto E. Escanan --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 0d26b46..f3e9259 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,5 @@ nohup.out jredis.log .idea *.iml +*.ipr +*.iws