From 3ace43ff01528717528034bb827ccc03b056b715 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Fri, 23 Sep 2011 17:00:59 +0200 Subject: [PATCH] ignore pycache everywhere Signed-off-by: Nico Schottelius --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 259e3be3..bd4ecaaa 100644 --- a/.gitignore +++ b/.gitignore @@ -15,4 +15,4 @@ doc/man/man*/docbook-xsl.css cache/ # Python -*/__pycache__/ +**/__pycache__/