]> source.dussan.org Git - gitignore.git/commit
Only ignore the build directory in the same directory as .gitignore for Gradle 2026/head
authorMike Kobit <mkobit@gmail.com>
Fri, 24 Jun 2016 17:26:18 +0000 (12:26 -0500)
committerMike Kobit <mkobit@gmail.com>
Fri, 24 Jun 2016 17:30:38 +0000 (12:30 -0500)
commitb89498a4674a21f2f4feb3994e82acc58d747236
tree575dce6c5de79394b6fe04288839a3913a40aac6
parentf93202c42e947f3be10b3bd6912b48e30e7e9781
Only ignore the build directory in the same directory as .gitignore for Gradle

If you have a Java package with `build` in it, the current version will always ignore files in that directory.
This change makes it so only the root "build" directory is ignored.

I believe that this assumes .gitignore is in the root of a project.
Gradle.gitignore