tMerge pull request #2474 from timgabets/master - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit 7a4a0c3fc68044915e037fc942dea6960abb65f2
DIR parent 6e51b7d60e3ca50142912810bc309d048ff7197b
HTML 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(-)
---
DIR diff --git a/.gitignore b/.gitignore
t@@ -16,3 +16,7 @@ env/
.tox/
.buildozer/
bin/
+
+# tox files
+.cache/
+.coverage