diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-11-29 14:49:35 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:46:45 +0100 |
commit | e1733d72441ec5aff6d48abf6dd41a91e459df01 (patch) | |
tree | a5bbfd5504d0ff08c10cd53b8baaad0002f29575 /.bzrignore | |
parent | 1da2cfe03d956e5f209b049f931851b4afa1287c (diff) | |
download | samba-e1733d72441ec5aff6d48abf6dd41a91e459df01.tar.gz samba-e1733d72441ec5aff6d48abf6dd41a91e459df01.tar.bz2 samba-e1733d72441ec5aff6d48abf6dd41a91e459df01.zip |
r26194: Wrap the events subsystem in a separate file.
(This used to be commit cfb6bbdc31083308dbff29cf226a092c8a137c2a)
Diffstat (limited to '.bzrignore')
-rw-r--r-- | .bzrignore | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.bzrignore b/.bzrignore index 9161e8554b..270f318819 100644 --- a/.bzrignore +++ b/.bzrignore @@ -220,3 +220,13 @@ source/auth/auth.py source/lib/registry/tests/proto.h source/auth/auth_wrap.c source/auth/credentials/credentials_wrap.c +source/lib/registry/registry_wrap.c +source/lib/talloc/talloc.py +source/lib/talloc/talloc_wrap.c +source/lib/ldb/ldb_wrap.c +source/librpc/rpc/dcerpc_wrap.c +source/libcli/swig/libcli_smb.py +source/libcli/swig/libcli_smb_wrap.c +source/libcli/swig/libcli_nbt_wrap.c +source/lib/events/events.py +source/lib/events/events_wrap.c |