From 2cdb34e96000e4479187c82fa9b3ed2c1e14e9f2 Mon Sep 17 00:00:00 2001 From: Loup Vaillant Date: Mon, 9 Mar 2020 22:14:40 +0100 Subject: [PATCH] git ignore __pycache__ --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f5c7bc3..7bdc427 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,7 @@ *.su.* tests/formal-analysis/* tests/formal-analysis +**/__pycache__/** *.tar.gz monocypher-*/ doc/html/*.html -- 2.47.3