From 503ae75d7991db381feb72fa75e6c2be43661abc Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Wed, 7 May 2014 00:52:00 -0400 Subject: [PATCH] And ignore /build in the root folder --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index d115723..e240c2e 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ local.properties /MinimalBible/.gradle /appcompat_v7/build /.idea +/build *.iml