1
0
mirror of https://github.com/github/gitignore synced 2024-05-28 16:30:13 +02:00
Commit Graph

21 Commits

Author SHA1 Message Date
Brendan Forster
92fe23112d Merge pull request #1370 from SamWhited/patch-2
Update Android.gitignore to include Android Studio nav temp files
2015-07-31 09:30:16 +09:30
Darwin Bautista
9c8c32fea5 Android: Remove redundant pattern for matching build directories
build/ already matches all directories named 'build' in the repository,
regardless of level. Gradle can have more than two levels of project nesting.
However, /*/build/ matches only the 'build' directories of 2nd-level projects.
Thus, the first pattern is more appropriate than the second.
2015-05-07 13:56:36 +08:00
Sam Whited
297b78cea6 Update Android.gitignore
Gitignore the temp files directory generated by Android Studio's navigation editor tool.
2015-01-17 12:47:39 -05:00
tralchonok
45bf307ca7 moved 2015-01-07 19:40:23 +05:30
tralchonok
45bc1aeeac # Built application files (for Android Studio projects) 2015-01-02 22:08:47 +05:30
Huu Nguyen
27b71eebbc Space after comment in Android.gitignore 2014-06-23 13:57:09 -07:00
Jacob Rigby
5eacf05adb Fix eol issues
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.
2014-04-23 16:02:01 -05:00
szp
bf166d4be4 add ignore log files(Android) 2014-04-19 20:40:57 +08:00
Frieder Bluemle
631f8760c6 Improve Android .gitignore comments 2014-01-16 15:40:25 -08:00
Carl Suster
1a3b885ef7 Merge pull request #700 from mquigley/master
Don't ignore essential Android Eclipse project and classpath files.
2013-11-11 18:11:15 -08:00
Carl Suster
70aaa4d504 Merge pull request #745 from tunitowen/master
Added gradle (build tool) files to Android gitignore
2013-11-11 17:55:39 -08:00
Carl Suster
4f659df36e Remove IntelliJ rules from Android -> Global/JetBrains 2013-11-09 13:02:44 +11:00
Ivan Zuzak
f0dde55c6b ensure single trailing newline 2013-10-06 14:40:01 +02:00
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