aboutsummaryrefslogtreecommitdiffstats
path: root/Android.gitignore
Commit message (Collapse)AuthorAgeFilesLines
...
* add ignore log files(Android)szp2014-04-191-0/+3
|
* Improve Android .gitignore commentsFrieder Bluemle2014-01-161-4/+4
|
* Merge pull request #700 from mquigley/masterCarl Suster2013-11-111-4/+0
|\ | | | | Don't ignore essential Android Eclipse project and classpath files.
| * Don't ignore essential Eclipse project files.Matt Quigley2013-07-061-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/masterCarl Suster2013-11-111-0/+4
|\ \ | | | | | | Added gradle (build tool) files to Android gitignore
| * | Added gradle files to Android gitignoreTony Owen2013-08-211-0/+4
| |/
* | Remove IntelliJ rules from Android -> Global/JetBrainsCarl Suster2013-11-091-6/+0
| |
* | ensure single trailing newlineIvan Zuzak2013-10-061-1/+0
|/
* add intellij files to Android.gitignoreJoshua Hou2012-12-191-1/+8
|
* Android: Ignore the proguard folderJonas Schmid2012-08-061-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 Hadaya2012-04-101-0/+4
| | | | environments.
* Updated Generated Files location (*R was kind of dangerous), added ↵Alexander Lucas2011-04-271-5/+0
| | | | local.properties
* Added local properties, updated how generated files are detected, added OS ↵Alexander Lucas2011-04-261-2/+11
| | | | Cruft (useless stuff added by windows/mac)
* add basic Android gitignoreDaniel Schauenberg2010-11-091-0/+12