Commit Graph

58 Commits

Author SHA1 Message Date
Tony Owen 1d68d1ee81 Added gradle files to Android gitignore 2013-08-21 09:43:55 +01:00
Matt Quigley 35a4fcf967 Don't ignore essential Eclipse project 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.
2013-07-06 19:06:59 -07:00
Joshua Hou aec3539998 add intellij files to Android.gitignore 2012-12-19 14:57:35 -08:00
Jonas Schmid 4db1b0429f Android: Ignore the proguard folder
When exporting a signed .apk, Ecipse creates a proguard folder in the root directory. It should not be commited.
2012-08-06 09:09:09 +03:00
Allon Hadaya 3ad9edaa26 Ignore '.project' and '.classpath' to avoid conflict between development environments. 2012-04-10 22:07:22 -03:00
Alexander Lucas 599a7fc761 Updated Generated Files location (*R was kind of dangerous), added local.properties 2011-04-27 13:12:44 -07:00
Alexander Lucas 4001623d7d Added local properties, updated how generated files are detected, added OS Cruft (useless stuff added by windows/mac) 2011-04-26 14:46:58 -07:00
Daniel Schauenberg 1bb483835a add basic Android gitignore 2010-11-09 06:38:10 +08:00