Homec4science

Android: Remove redundant pattern for matching build directories

Authored by Darwin Bautista <dbautista@stratpoint.com> on May 7 2015, 07:39.

Description

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.

Details

Committed
Darwin Bautista <dbautista@stratpoint.com>May 7 2015, 07:56
Pushed
aubortJul 2 2018, 16:12
Parents
rGITIGNOREf9cc4d14cc85: Merge pull request #1506 from victorgama/patch-1
Branches
Unknown
Tags
Unknown

Event Timeline

Darwin Bautista <dbautista@stratpoint.com> committed rGITIGNORE9c8c32fea57a: Android: Remove redundant pattern for matching build directories (authored by Darwin Bautista <dbautista@stratpoint.com>).May 7 2015, 07:56