mirror of
https://github.com/apache/poi.git
synced 2025-02-07 10:38:12 +00:00
Remove handling of "sonar" in build.xml Remove unused gitignores Add some more output to build.xml Adjust Jenkins DSL to not try to cleanup non-existing directory git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894277 13f79535-47bb-0310-9956-ffa450edef68
40 lines
334 B
Plaintext
40 lines
334 B
Plaintext
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/
|