aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: ed8a7870af30ea8018e4a365ab1213295c43752b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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/