ce77a4e48a
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).
26 lines
543 B
Text
26 lines
543 B
Text
# Local per-repo rules can be added to the .git/info/exclude file in your
|
||
# repo. These rules are not committed with the repo so they are not shared
|
||
# with others. This method can be used for locally-generated files that you
|
||
# don’t expect other users to generate, like files created by your editor.
|
||
.settings
|
||
.classpath
|
||
bin
|
||
coverage
|
||
coverage.ec
|
||
coverage.em
|
||
gen
|
||
javadoc
|
||
junit-report.xml
|
||
lint-results.*ml
|
||
lint-results_files
|
||
local.properties
|
||
monkey.txt
|
||
*~
|
||
*.iws
|
||
atlassian-ide-plugin.xml
|
||
target
|
||
build
|
||
.gradle
|
||
out
|
||
build.xml
|
||
proguard-project.txt
|