| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Some files don't contain a line separator ('\n') at the end. Add the
missing eol.
In POSIX, all lines of text should end with a newline character by
definition. See
http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html
section 3.397 for more.
See https://gist.github.com/jacknagel/1020172 for a gist of the issue.
|
| |
|
| |
|
|\
| |
| | |
Don't ignore essential Android Eclipse project and classpath files.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The .project and important .classpath files are a part of an Android Eclipse
project, and their changes should be stored in the repository. Although there
may be a case for ignoring these files in very rare situations, they don't
justify belonging in a generic template.
The .project file is generally recreatable with a new import without
difficulty, but it still may have important configuration such as extra build
steps. More importantly, .classpath is absolutely essential for a project to
build correctly and cannot be automatically generated unless there is nothing
extra on the classpath.
Reverts commit 3ad9edaa2.
|
|\ \
| | |
| | | |
Added gradle (build tool) files to Android gitignore
|
| |/ |
|
| | |
|
|/ |
|
| |
|
|
|
| |
When exporting a signed .apk, Ecipse creates a proguard folder in the root directory. It should not be commited.
|
|
|
|
| |
environments.
|
|
|
|
| |
local.properties
|
|
|
|
| |
Cruft (useless stuff added by windows/mac)
|
|
|