SIGN IN SIGN UP
github / gitignore UNCLAIMED

A collection of useful .gitignore templates

0 0 0 Ignore List

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.
D
Darwin Bautista committed
9c8c32fea57a9539241900c93cce2d65b62aa418
Parent: f9cc4d1