• D
    Android: Remove redundant pattern for matching build directories · 9c8c32fe
    Darwin Bautista 提交于
    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.
    9c8c32fe
Android.gitignore 290 字节