diff options
author | Von Welch <von@vwelch.com> | 2014-04-22 22:38:04 -0400 |
---|---|---|
committer | Von Welch <von@vwelch.com> | 2014-04-22 22:38:04 -0400 |
commit | 482ad020ecd593a9a68a8cf03e60f8a0284d059d (patch) | |
tree | a98952c62ae60b5bb463221bc962e5c500a91757 /tests/.gitignore | |
parent | 2c4c99f981acebc4b1d474071ca8102d49d289cf (diff) | |
download | pass-482ad020ecd593a9a68a8cf03e60f8a0284d059d.tar.gz pass-482ad020ecd593a9a68a8cf03e60f8a0284d059d.tar.bz2 pass-482ad020ecd593a9a68a8cf03e60f8a0284d059d.zip |
Added 'test directory.*' (created on failed test) to gitignore
Diffstat (limited to '')
-rw-r--r-- | tests/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/.gitignore b/tests/.gitignore index b4d85a0..d4f7fde 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -1,2 +1,3 @@ gnupg/random_seed test-results/ +trash directory.* |