Skip to content

Commit 9c8c32f

Browse files
author
Darwin Bautista
committed
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.
1 parent f9cc4d1 commit 9c8c32f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Android.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ gen/
1515
# Gradle files
1616
.gradle/
1717
build/
18-
/*/build/
1918

2019
# Local configuration file (sdk path, etc)
2120
local.properties

0 commit comments

Comments
 (0)