From f78f11b3a550d35019324e7d6157d5de052bc231 Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Thu, 2 Apr 2015 22:27:15 +0200 Subject: [PATCH] Add all __pycache__ directories to .bzrignore Luckily .bzrignore supports the ** notation ;-) Acked-by: Steve Beattie --- .bzrignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bzrignore b/.bzrignore index 4830b5b93..94de4faf3 100644 --- a/.bzrignore +++ b/.bzrignore @@ -165,4 +165,4 @@ tests/regression/apparmor/unix_fd_server tests/regression/apparmor/unlink tests/regression/apparmor/xattrs tests/regression/apparmor/coredump -./utils/apparmor/__pycache__ +**/__pycache__/