From f051af4175b0d0303a27bd51e5fe6aaa6782904f Mon Sep 17 00:00:00 2001 From: Dominik Stadler Date: Sun, 11 Dec 2016 20:57:04 +0000 Subject: [PATCH] Ignore new directories ooxml-lib and compile-lib git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1773619 13f79535-47bb-0310-9956-ffa450edef68 --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 12f0d2fb17..987ee7d269 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,5 @@ junit*.properties sonar/*/target forrest.properties +compile-lib/ +ooxml-lib/ -- 2.39.5