diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2013-09-02 14:06:19 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2013-09-02 14:44:29 +0900 |
commit | cdbc7394c76f4ff25d0a43b2fc8f7f4494c02cee (patch) | |
tree | ed76f5825fe5a836e8bbda08ef9545e3498a722d /.gitignore | |
parent | ada18bade1e593de9d0c14618609389af18cedb5 (diff) |
add .tox/ to .gitignore
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,6 +10,7 @@ GPATH GSYMS *.log .venv/ +.tox/ .coverage covhtml/ coverage.xml |