diff options
author | Simo Sorce <idra@samba.org> | 2008-02-01 14:24:31 -0500 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2008-02-01 14:24:31 -0500 |
commit | 2fffc9a1b1fe2a1490e867bb38462e50c282d2b3 (patch) | |
tree | 428e09c9b35138db8b7ca7161c659a71aa129d29 /.gitignore | |
parent | 93a3c5b3f9927973b4ad1496f593ea147052d1e1 (diff) | |
parent | b708005a7106db26d7df689b887b419c9f2ea41c (diff) | |
download | samba-2fffc9a1b1fe2a1490e867bb38462e50c282d2b3.tar.gz samba-2fffc9a1b1fe2a1490e867bb38462e50c282d2b3.tar.bz2 samba-2fffc9a1b1fe2a1490e867bb38462e50c282d2b3.zip |
Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-test
(This used to be commit 7dbfc7bdc65314466a83e8121b35c9bcb24b2631)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index bd1cba16b0..b445ccfca6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,9 @@ *.o *.po *~ +source/TAGS source/client/client_proto.h +source/libnet/libnet_proto.h source/include/build_env.h source/include/config.h source/include/config.h.in @@ -9,6 +11,7 @@ source/include/proto.h source/include/stamp-h source/include/version.h source/Makefile +source/lib/netapi/examples/Makefile source/config.log source/config.status source/configure @@ -32,3 +35,29 @@ source/proto_exists source/winbindd/winbindd_proto.h source/cscope.out source/torture.tdb +source/pkgconfig/*.pc +source/st +examples/VFS/Makefile +examples/VFS/config.log +examples/VFS/config.status +examples/VFS/configure +examples/VFS/module_config.h +examples/VFS/module_config.h.in +examples/VFS/shadow_copy_test.so +examples/VFS/skel_opaque.so +examples/VFS/skel_transparent.so +examples/libsmbclient/smbwrapper/smbsh +examples/libsmbclient/smbwrapper/smbwrapper.so +examples/libsmbclient/testacl +examples/libsmbclient/testacl2 +examples/libsmbclient/testacl3 +examples/libsmbclient/testbrowse +examples/libsmbclient/testbrowse2 +examples/libsmbclient/testchmod +examples/libsmbclient/testread +examples/libsmbclient/testsmbc +examples/libsmbclient/teststat +examples/libsmbclient/teststat2 +examples/libsmbclient/teststat3 +examples/libsmbclient/testutime +examples/libsmbclient/testwrite |