1
0
mirror of https://github.com/moparisthebest/k-9 synced 2025-01-07 11:48:07 -05:00

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).
This commit is contained in:
Joe Steele 2013-10-19 18:01:12 -04:00 committed by cketti
parent b14c5a7222
commit f38659d30e

2
.gitignore vendored
View File

@ -22,3 +22,5 @@ target
build
.gradle
out
build.xml
proguard-project.txt