diff options
author | Julien HENRY <julien.henry@sonarsource.com> | 2015-05-12 14:28:56 +0200 |
---|---|---|
committer | Julien HENRY <julien.henry@sonarsource.com> | 2015-05-12 14:28:56 +0200 |
commit | 67901882f410a9947e488d383a45a1d8370dc796 (patch) | |
tree | 2e5e1d8102c8c146ee10386c166d7f277894ee59 /.gitignore | |
parent | 68565f9d89feec02c4332506e580adc429e2b248 (diff) | |
download | sonarqube-67901882f410a9947e488d383a45a1d8370dc796.tar.gz sonarqube-67901882f410a9947e488d383a45a1d8370dc796.zip |
Fix .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index cd0a13b3150..92179a9359f 100644 --- a/.gitignore +++ b/.gitignore @@ -41,3 +41,6 @@ Icon? Thumbs.db # Folder config file Desktop.ini + +# ---- Sonar +.sonar/ |