From 19c6818d679353ddc7b7d7ffbad8fc497ff3b4f4 Mon Sep 17 00:00:00 2001 From: drebs Date: Sun, 31 Mar 2013 21:01:06 -0300 Subject: Fix and complement .gitignore file. --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index dabc057..331608c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ -*.pyc +*.pyc +*.egg *.egg-info +dist/ +build/ -- cgit v1.2.3 From 7c6a87acaead5f54e1f2155ecf0a089eff97d654 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Mon, 13 May 2013 23:06:35 +0900 Subject: use temporary openpgpwrapper as a context manager in this way we implicitely catch any exception during the wrapped call, and ensure that the destructor is always called. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 331608c..e0d60cb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ *.pyc *.egg *.egg-info +*.swp +*.swo dist/ build/ -- cgit v1.2.3