From 8533edc30d04d82f2264fde59f6183110bc26c75 Mon Sep 17 00:00:00 2001 From: zhen9ao Date: Mon, 16 Jan 2012 16:01:00 +0800 Subject: [PATCH] ignore .idea/ folder --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 00ec325140..6db0f78ba2 100644 --- a/.gitignore +++ b/.gitignore @@ -4,9 +4,9 @@ *.iml *.ipr *.iws +.idea/ .geany /target */target /reports -*/reports - +*/reports \ No newline at end of file