diff options
author | Dominik Stadler <centic@apache.org> | 2016-12-11 20:56:13 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2016-12-11 20:56:13 +0000 |
commit | 5c36d8f0ec6243dff32b5d168d4c091e7503a5e9 (patch) | |
tree | 4e02dd25318fbd711a8fc5ba9dff5c6862a68c12 /.gitignore | |
parent | 18d6292c166031b0504845f12202b74064e37872 (diff) | |
download | poi-5c36d8f0ec6243dff32b5d168d4c091e7503a5e9.tar.gz poi-5c36d8f0ec6243dff32b5d168d4c091e7503a5e9.zip |
add .gitignore
Exclude temporary files created while running tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1773607 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000..14d9696bdf --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +/bin +.sonar +junit*.properties
\ No newline at end of file |