Homec4science

Only ignore the build directory in the same directory as .gitignore for Gradle

Authored by Mike Kobit <mkobit@gmail.com> on Jun 24 2016, 19:26.

Description

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.

Details

Committed
Mike Kobit <mkobit@gmail.com>Jun 24 2016, 19:30
Pushed
aubortJul 2 2018, 16:12
Parents
rGITIGNOREf93202c42e94: Merge pull request #1802 from github/update-license
Branches
Unknown
Tags
Unknown

Event Timeline

Mike Kobit <mkobit@gmail.com> committed rGITIGNOREb89498a4674a: Only ignore the build directory in the same directory as .gitignore for Gradle (authored by Mike Kobit <mkobit@gmail.com>).Jun 24 2016, 19:30