From e292c4e1fe1daa586a1f7ceb6524c4b0de54b3c2 Mon Sep 17 00:00:00 2001 From: Maxim Zaytsev Date: Mon, 19 Feb 2018 13:07:03 +0300 Subject: [PATCH] modified gitignore: excluded build directories of modules and idea module files --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index b7113eb98..f77703ab3 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ # Ignore build output /build/* +*/build # Ignore Javadoc output /doc/* @@ -18,4 +19,7 @@ *.bak *~ *~ + +#ignore idea workspace file and idea module files +*.iml .idea/workspace.xml