Add Gradle wrapper to gitignore

This commit adds the paths used by a Gradle wrapper to gitignore.

Relates #20332
This commit is contained in:
Andrzej Wisłowski 2016-09-06 10:45:25 +02:00 committed by Jason Tedor
parent 5c2d9fa158
commit 3526525a02
1 changed files with 5 additions and 0 deletions

5
.gitignore vendored
View File

@ -20,6 +20,11 @@ nbactions.xml
.gradle/ .gradle/
build/ build/
# gradle wrapper
gradle/
gradlew
gradlew.bat
# maven stuff (to be removed when trunk becomes 4.x) # maven stuff (to be removed when trunk becomes 4.x)
*-execution-hints.log *-execution-hints.log
target/ target/