From 43ffbbc03aad1c457099b782c238984e4084358a Mon Sep 17 00:00:00 2001 From: Keesun Baik Date: Mon, 14 May 2012 16:33:16 +0900 Subject: [PATCH] added ignoring files related with IntelliJ iDEA to .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 1723d794b2c..870f30e7bb9 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,8 @@ bin target out *.iml +*.ipr +*.iws test-output Scratch.java ScratchTest.java