Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | add ignore log files(Android) | szp | 2014-04-19 | 1 | -0/+3 | |
| | ||||||
* | Improve Android .gitignore comments | Frieder Bluemle | 2014-01-16 | 1 | -4/+4 | |
| | ||||||
* | Merge pull request #700 from mquigley/master | Carl Suster | 2013-11-11 | 1 | -4/+0 | |
|\ | | | | | Don't ignore essential Android Eclipse project and classpath files. | |||||
| * | Don't ignore essential Eclipse project files. | Matt Quigley | 2013-07-06 | 1 | -4/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
* | | Merge pull request #745 from tunitowen/master | Carl Suster | 2013-11-11 | 1 | -0/+4 | |
|\ \ | | | | | | | Added gradle (build tool) files to Android gitignore | |||||
| * | | Added gradle files to Android gitignore | Tony Owen | 2013-08-21 | 1 | -0/+4 | |
| |/ | ||||||
* | | Remove IntelliJ rules from Android -> Global/JetBrains | Carl Suster | 2013-11-09 | 1 | -6/+0 | |
| | | ||||||
* | | ensure single trailing newline | Ivan Zuzak | 2013-10-06 | 1 | -1/+0 | |
|/ | ||||||
* | add intellij files to Android.gitignore | Joshua Hou | 2012-12-19 | 1 | -1/+8 | |
| | ||||||
* | Android: Ignore the proguard folder | Jonas Schmid | 2012-08-06 | 1 | -0/+3 | |
| | | | When exporting a signed .apk, Ecipse creates a proguard folder in the root directory. It should not be commited. | |||||
* | Ignore '.project' and '.classpath' to avoid conflict between development ↵ | Allon Hadaya | 2012-04-10 | 1 | -0/+4 | |
| | | | | environments. | |||||
* | Updated Generated Files location (*R was kind of dangerous), added ↵ | Alexander Lucas | 2011-04-27 | 1 | -5/+0 | |
| | | | | local.properties | |||||
* | Added local properties, updated how generated files are detected, added OS ↵ | Alexander Lucas | 2011-04-26 | 1 | -2/+11 | |
| | | | | Cruft (useless stuff added by windows/mac) | |||||
* | add basic Android gitignore | Daniel Schauenberg | 2010-11-09 | 1 | -0/+12 | |