diff options
author | Dominik Stadler <centic@apache.org> | 2017-04-16 10:19:44 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2017-04-16 10:19:44 +0000 |
commit | 388ec0f19855146cc9c3e060f589d8ab32ca4a1d (patch) | |
tree | 193d3356bf801b652ebef27c1e4e7bac53b08dc8 /.gitignore | |
parent | 4d0276e224e3eb34d8ed55e676822d88ef9741fd (diff) | |
download | poi-388ec0f19855146cc9c3e060f589d8ab32ca4a1d.tar.gz poi-388ec0f19855146cc9c3e060f589d8ab32ca4a1d.zip |
Exclude more temporary files from Git
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1791593 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 46 |
1 files changed, 36 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore index 7445b5d91e..2ebc54416b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,21 +1,47 @@ classes workbook.xls bak -*.iws build.number *.el -TEST-org.apache.poi*.xml -build -.settings scripts -*.ipr untitled1.jpx -*.iml log*.* -dist *.log -bin -.ant-targets-build.xml -out + +forrest.properties +compile-lib/ +ooxml-lib/ + +# Eclipse +/bin +.settings + +# Tests +junit*.properties +TEST-org.apache.poi*.xml + +# Sonar +.sonar +sonar/main/src/ +sonar/ooxml/src/ +sonar/scratchpad/src/ +sonar/ooxml-schema-security/src/ +sonar/examples/src/ +sonar/excelant/src/ +sonar/target +sonar/*/target + +# IntelliJ +/out/ .idea +*.iml +*.iws +*.ipr + +# Gradle .gradle + +# Ant +.ant-targets-build.xml +build +dist |