diff options
author | PJ Fanning <fanningpj@apache.org> | 2017-07-28 07:42:23 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2017-07-28 07:42:23 +0000 |
commit | 36d940ce3906ca59af69b39b79d678f8fc701a77 (patch) | |
tree | 77c36a09545372f50cfcb75b5926a1280adc0dd9 /.gitignore | |
parent | 3cea90e7c47f193411bf5eda05bbfe3678b6c525 (diff) | |
download | poi-36d940ce3906ca59af69b39b79d678f8fc701a77.tar.gz poi-36d940ce3906ca59af69b39b79d678f8fc701a77.zip |
[Bug-61354] fix issue with extracting text from Word docs. This closes #66
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1803250 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 2ebc54416b..103731746e 100644 --- a/.gitignore +++ b/.gitignore @@ -45,3 +45,4 @@ sonar/*/target .ant-targets-build.xml build dist +lib/ |