diff options
author | Dominik Stadler <centic@apache.org> | 2016-12-11 20:56:39 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2016-12-11 20:56:39 +0000 |
commit | ba56f31943f12f36bf2ceedda0614b18fd49b438 (patch) | |
tree | bd96c00d1067af4a0a7c12dc570bc7e02275e7f2 /.gitignore | |
parent | 08ab6209c9dbe491dcfab9abc276837836b8e469 (diff) | |
download | poi-ba56f31943f12f36bf2ceedda0614b18fd49b438.tar.gz poi-ba56f31943f12f36bf2ceedda0614b18fd49b438.zip |
Ignore sonar-target-dirs
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1773613 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 14d9696bdf..ce304122e5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /bin .sonar -junit*.properties
\ No newline at end of file +junit*.properties +sonar/*/target |