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 f838b75f4746a4301d9992bb7ef6663608607111
parent 4afed67b4579818d1f2314d16047767f48ef7519
Author: Jason A. Donenfeld <Jason@zx2c4.com>
Date:   Wed, 23 Apr 2014 04:27:13 +0200

Add git ignore files.

Diffstat:
A.gitignore | 1+
Atests/.gitignore | 2++
2 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -0,0 +1 @@ +*.swp diff --git a/tests/.gitignore b/tests/.gitignore @@ -0,0 +1,2 @@ +gnupg/random_seed +test-results/