]> source.dussan.org Git - gitignore.git/commit
Android: Remove redundant pattern for matching build directories 1508/head
authorDarwin Bautista <dbautista@stratpoint.com>
Thu, 7 May 2015 05:39:08 +0000 (13:39 +0800)
committerDarwin Bautista <dbautista@stratpoint.com>
Thu, 7 May 2015 05:56:36 +0000 (13:56 +0800)
commit9c8c32fea57a9539241900c93cce2d65b62aa418
treea7d9b6b6f3b180afdd508e559145141de5a909df
parentf9cc4d14cc85edfaff05250d1db0e38bb1ae1b41
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.
Android.gitignore