mirror of https://github.com/apache/poi.git
Ignore new "build" and "out" directories
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1888140 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
22b39898c3
commit
9e792f89a2
|
@ -33,6 +33,7 @@ sonar/*/target
|
||||||
|
|
||||||
# IntelliJ
|
# IntelliJ
|
||||||
/out/
|
/out/
|
||||||
|
/*/out/
|
||||||
.idea
|
.idea
|
||||||
*.iml
|
*.iml
|
||||||
*.iws
|
*.iws
|
||||||
|
@ -43,6 +44,7 @@ sonar/*/target
|
||||||
|
|
||||||
# Ant
|
# Ant
|
||||||
.ant-targets-build.xml
|
.ant-targets-build.xml
|
||||||
build
|
/build/
|
||||||
|
/*/build/
|
||||||
dist
|
dist
|
||||||
lib/
|
lib/
|
||||||
|
|
Loading…
Reference in New Issue