diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-08-24 22:08:02 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:38:51 -0500 |
commit | 6287ce43f6ca6f8c126184d324dad1f2fcc0707b (patch) | |
tree | 160fd7809e7a9416367865b69c83307c9fe99239 | |
parent | 40b1bd30915e1d0580aeacb438f16b001c55439a (diff) | |
download | samba-6287ce43f6ca6f8c126184d324dad1f2fcc0707b.tar.gz samba-6287ce43f6ca6f8c126184d324dad1f2fcc0707b.tar.bz2 samba-6287ce43f6ca6f8c126184d324dad1f2fcc0707b.zip |
r17814: Add .bzrignore file
(This used to be commit 5018bb91e704407a97515cdf74cccb6d7c30f027)
-rw-r--r-- | .bzrignore | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/.bzrignore b/.bzrignore new file mode 100644 index 0000000000..4a32fce363 --- /dev/null +++ b/.bzrignore @@ -0,0 +1,26 @@ +*.o +*.po +source/client/client_proto.h +source/groupdb/mapping.po +source/include/build_env.h +source/include/config.h +source/include/config.h.in +source/include/proto.h +source/include/stamp-h +source/include/version.h +source/Makefile +source/config.log +source/config.status +source/configure +source/dynconfig.po +source/smbadduser +source/bin/* +source/script/findsmb +source/script/gen-8bit-gap.sh +source/script/installbin.sh +source/script/uninstallbin.sh +source/smbd/build_options.c +source/utils/net_proto.h +source/utils/ntlm_auth_proto.h +source/web/swat_proto.h +source/nsswitch/winbindd_proto.h |