浏览代码

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
tags/REL_3_16_BETA2
Dominik Stadler 7 年前
父节点
当前提交
5c36d8f0ec
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3
    0
      .gitignore

+ 3
- 0
.gitignore 查看文件

@@ -0,0 +1,3 @@
/bin
.sonar
junit*.properties

正在加载...
取消
保存