commit 5637c18624a7b8ac3ad3d05d1d25f4df8af129a4 Author: juga0 juga@riseup.net Date: Tue Mar 5 09:05:29 2019 +0000
chg: gitignore: !minor Ignore .pyc and .lockfile --- .gitignore | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/.gitignore b/.gitignore index da6b723..9903d5d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +*.pyc __pycache__/ venv*/ passwords.txt @@ -10,3 +11,4 @@ htmlcov .pytest_cache dist build +*.lockfile
tor-commits@lists.torproject.org