diff options
author | Pascal Mugnier <pascal.mugnier@sonarsource.com> | 2018-03-13 15:27:58 +0100 |
---|---|---|
committer | Pascal Mugnier <pascal.mugnier@sonarsource.com> | 2018-03-13 18:14:37 +0100 |
commit | ea3457eed7977b7660716a6f76e23b87b0b3e05f (patch) | |
tree | 27eb54d93b08ddcd23d650f29dc0f0312ca9f253 /.gitignore | |
parent | 75505836a72c89c56d36a62a55ab64100889afd6 (diff) | |
download | sonarqube-ea3457eed7977b7660716a6f76e23b87b0b3e05f.tar.gz sonarqube-ea3457eed7977b7660716a6f76e23b87b0b3e05f.zip |
Update gitignore for uneeded class files on Windows
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index fc321b25658..36df787872f 100644 --- a/.gitignore +++ b/.gitignore @@ -22,6 +22,9 @@ target/ .idea/ out/ +# Directories generated on build on Windows +bin/ + # ---- Eclipse .classpath .project |