diff options
author | Dominik Stadler <centic@apache.org> | 2021-03-28 19:55:00 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2021-03-28 19:55:00 +0000 |
commit | 9e792f89a2d299e9de0c96c8a6398b32929b2042 (patch) | |
tree | b883f37348dd77325b943c0f48d2e4cfb834e9dc /.gitignore | |
parent | 22b39898c33fdaf22c6f01c550c7349c5912f21a (diff) | |
download | poi-9e792f89a2d299e9de0c96c8a6398b32929b2042.tar.gz poi-9e792f89a2d299e9de0c96c8a6398b32929b2042.zip |
Ignore new "build" and "out" directories
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1888140 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 6a4752617f..97b2d36ff9 100644 --- a/.gitignore +++ b/.gitignore @@ -33,6 +33,7 @@ sonar/*/target # IntelliJ /out/ +/*/out/ .idea *.iml *.iws @@ -43,6 +44,7 @@ sonar/*/target # Ant .ant-targets-build.xml -build +/build/ +/*/build/ dist lib/ |