aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarwin Bautista <dbautista@stratpoint.com>2015-05-07 13:39:08 +0800
committerDarwin Bautista <dbautista@stratpoint.com>2015-05-07 13:56:36 +0800
commit9c8c32fea57a9539241900c93cce2d65b62aa418 (patch)
treea7d9b6b6f3b180afdd508e559145141de5a909df
parentf9cc4d14cc85edfaff05250d1db0e38bb1ae1b41 (diff)
downloadgitignore-9c8c32fea57a9539241900c93cce2d65b62aa418.tar.gz
gitignore-9c8c32fea57a9539241900c93cce2d65b62aa418.zip
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.
-rw-r--r--Android.gitignore1
1 files changed, 0 insertions, 1 deletions
diff --git a/Android.gitignore b/Android.gitignore
index ccf2efe0..9068cd01 100644
--- a/Android.gitignore
+++ b/Android.gitignore
@@ -15,7 +15,6 @@ gen/
# Gradle files
.gradle/
build/
-/*/build/
# Local configuration file (sdk path, etc)
local.properties