From 651845a85a8f8039c3a1c675f76f6b5a7524c0cb Mon Sep 17 00:00:00 2001 From: Marius Volkhart Date: Mon, 23 Sep 2013 12:11:17 -0500 Subject: [PATCH] Exclude generated files Generated files produced by Android Studio end up in build/ --- Android.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Android.gitignore b/Android.gitignore index 87a44e0e..491d7230 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -11,6 +11,7 @@ # generated files bin/ gen/ +build/ # Local configuration file (sdk path, etc) local.properties