From ce77a4e48a7110b58188fdad5d3ffe84ee24f074 Mon Sep 17 00:00:00 2001 From: Joe Steele Date: Sat, 19 Oct 2013 18:01:12 -0400 Subject: [PATCH] Update .gitignore Ignore auto-generated files that result from "android update lib-project" (which is invoked within "ant debug"). Some of the plugins (library projects) already have their own .gitignore file which includes the exclusions made here. This commit assures that the exclusions are applied to *all* plugins, regardless. This, of course, has no effect on files that have already been intentionally checked into the git repository (such as the main build.xml). --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index dc6a2dda6..ad16c6241 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,5 @@ target build .gradle out +build.xml +proguard-project.txt