password-store

Simple password manager using gpg and ordinary unix directories
git clone https://git.zx2c4.com/password-store
Log | Files | Refs | README | LICENSE

commit 482ad020ecd593a9a68a8cf03e60f8a0284d059d
parent 2c4c99f981acebc4b1d474071ca8102d49d289cf
Author: Von Welch <von@vwelch.com>
Date:   Tue, 22 Apr 2014 22:38:04 -0400

Added 'test directory.*' (created on failed test) to gitignore

Diffstat:
Mtests/.gitignore | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/tests/.gitignore b/tests/.gitignore @@ -1,2 +1,3 @@ gnupg/random_seed test-results/ +trash directory.*