diff options
author | Dominik Stadler <centic@apache.org> | 2023-01-01 15:59:37 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2023-01-01 15:59:37 +0000 |
commit | a0ce31a57683b9b79e43f69dccb610e15cfe2cda (patch) | |
tree | 339d0bb255ff7ef75e47c6fdf994946a3fde2af4 /.gitignore | |
parent | d333c291de52b9101919f16f66fd02de93921c86 (diff) | |
download | poi-a0ce31a57683b9b79e43f69dccb610e15cfe2cda.tar.gz poi-a0ce31a57683b9b79e43f69dccb610e15cfe2cda.zip |
Ignore compile module-info class-files
Now that they are not checked in any more.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1906324 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index ed8a7870af..0a69847dcb 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,6 @@ TEST-org.apache.poi*.xml /*/build/ dist lib/ + +# Compiled module-info class-files +/poi*/src/*/java9/*.class |