diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2018-10-14 10:16:48 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2018-10-16 16:41:52 +0200 |
commit | 49adc7878f00da00ed090aebdc4effe7b48f03cf (patch) | |
tree | 837a3b3e7a6108dfe29f33e29cdb9bc5594247a2 /.gitignore | |
parent | 27f28caabeeead705a1e78154e8fed358be13151 (diff) | |
download | sonarqube-49adc7878f00da00ed090aebdc4effe7b48f03cf.tar.gz sonarqube-49adc7878f00da00ed090aebdc4effe7b48f03cf.zip |
Delete .gradletasknamecache
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index fd5aad0f75a..389038e36f2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ # ---- Gradle -build/ .gradle/ +.gradletasknamecache +classes/ out/ # ---- Maven (in integration tests) |