diff options
author | PJ Fanning <fanningpj@apache.org> | 2021-11-02 11:11:22 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2021-11-02 11:11:22 +0000 |
commit | cba8f2740f45a6f5e906dc807f8d50c7da8b59a3 (patch) | |
tree | 6518c4c51a18da88978ca6dc0f1ddb49b8d01211 /trunk/.gitignore | |
parent | 1f61a578c4b758e0fc01696273d6bd9305cfffe1 (diff) | |
download | poi-cba8f2740f45a6f5e906dc807f8d50c7da8b59a3.tar.gz poi-cba8f2740f45a6f5e906dc807f8d50c7da8b59a3.zip |
git-svn-id: https://svn.apache.org/repos/asf/poi/tags/REL_5_1_0@1894673 13f79535-47bb-0310-9956-ffa450edef68REL_5_1_0
Diffstat (limited to 'trunk/.gitignore')
-rw-r--r-- | trunk/.gitignore | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/trunk/.gitignore b/trunk/.gitignore new file mode 100644 index 0000000000..ed8a7870af --- /dev/null +++ b/trunk/.gitignore @@ -0,0 +1,39 @@ +classes +workbook.xls +bak +build.number +*.el +scripts +untitled1.jpx +*.log + +forrest.properties +compile-lib/ +ooxml-lib/ +ooxml-testlib/ + +# Eclipse +/bin +.settings + +# Tests +junit*.properties +TEST-org.apache.poi*.xml + +# IntelliJ +/out/ +/*/out/ +.idea +*.iml +*.iws +*.ipr + +# Gradle +.gradle + +# Ant +.ant-targets-build.xml +/build/ +/*/build/ +dist +lib/ |