From bc28e7b8fe630409862bf3a22a882cc0fc101879 Mon Sep 17 00:00:00 2001 From: Michael Kramlich Date: Mon, 4 Nov 2013 20:26:11 -0700 Subject: [PATCH] gitignore: added .devlocaltmp/; convenient place to stash tmp files during dev without going into repo --- .gitignore | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 2df6fbd..f7aa874 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ contrib/pyinstaller/ Electrum.egg-info/ gui/qt/icons_rc.py locale/ +.devlocaltmp/ -- 1.7.1