[apparmor] [patch] Add all __pycache__ directories below utils/ to .bzrignore

Steve Beattie steve at nxnw.org
Thu Apr 2 13:34:03 UTC 2015


On Thu, Apr 02, 2015 at 12:23:19PM +0200, Christian Boltz wrote:
> this patch adds all __pycache__ directories below utils/ to .bzrignore.
> 
> Luckily .bzrignore supports the ** notation ;-)
> 
> [ bzrignore-pycache.diff ]
> 
> === modified file '.bzrignore'
> --- .bzrignore  2013-01-14 15:11:58 +0000
> +++ .bzrignore  2015-04-02 10:17:28 +0000
> @@ -165,4 +165,4 @@
>  tests/regression/apparmor/unlink
>  tests/regression/apparmor/xattrs
>  tests/regression/apparmor/coredump
> -./utils/apparmor/__pycache__
> +utils/**/__pycache__/

Let's just make this:

+**/__pycache__/

as we have other python test scripts that get run throughout the tree.

-- 
Steve Beattie
<sbeattie at ubuntu.com>
http://NxNW.org/~steve/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <https://lists.ubuntu.com/archives/apparmor/attachments/20150402/f883b561/attachment.pgp>


More information about the AppArmor mailing list