commit 7a4a0c3fc68044915e037fc942dea6960abb65f2 parent 6e51b7d60e3ca50142912810bc309d048ff7197b Author: ThomasV <thomasv@electrum.org> Date: Thu, 1 Jun 2017 08:01:59 +0200 Merge pull request #2474 from timgabets/master Added tox temporary files to .gitignore Diffstat:
M | .gitignore | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore @@ -16,3 +16,7 @@ env/ .tox/ .buildozer/ bin/ + +# tox files +.cache/ +.coverage