diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-12-20 19:54:13 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-12-20 19:54:13 +0100 |
commit | 28f80dbb7cc7daeb6d285dd26d3ef32a42af93ca (patch) | |
tree | ec537947800e5421f7baa97721a1524f59d68d61 /.gitignore | |
parent | 1f4bd4b82cda56ef27d3942a790fcfb908494d46 (diff) | |
download | samba-28f80dbb7cc7daeb6d285dd26d3ef32a42af93ca.tar.gz samba-28f80dbb7cc7daeb6d285dd26d3ef32a42af93ca.tar.bz2 samba-28f80dbb7cc7daeb6d285dd26d3ef32a42af93ca.zip |
Stop using SWIG for ldb Python bindings.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 046ee92fc9..1dca1faf21 100644 --- a/.gitignore +++ b/.gitignore @@ -348,3 +348,6 @@ librpc/gen_ndr/*_s.c librpc/gen_ndr/cli_named_pipe_auth.[ch] librpc/gen_ndr/srv_named_pipe_auth.[ch] lib/tevent/Makefile +lib/tevent/tevent.so +lib/tevent/libtevent.so* +lib/tevent/libtevent.a |