diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-10-12 16:46:24 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-10-12 16:46:24 +0200 |
commit | 2e21f1e30e236eb65f57cc5d3b506d5f8d24b2e9 (patch) | |
tree | f594ae8529babfe65fe88faed85a3b7e27e7a1bb /.gitignore | |
parent | d93f851ec1aec185a564f5ebbdf75189e50247a3 (diff) | |
download | samba-2e21f1e30e236eb65f57cc5d3b506d5f8d24b2e9.tar.gz samba-2e21f1e30e236eb65f57cc5d3b506d5f8d24b2e9.tar.bz2 samba-2e21f1e30e236eb65f57cc5d3b506d5f8d24b2e9.zip |
cleanup and extent .gitignore
metze
(This used to be commit 9475993dae06fa023f2eb63d04d5f7b07b0b4d93)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index e350ef7c35..d5e5177e22 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,6 @@ *.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 @@ -12,7 +11,6 @@ source/Makefile source/config.log source/config.status source/configure -source/dynconfig.po source/smbadduser source/bin/* source/script/findsmb @@ -23,7 +21,11 @@ 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 source/tags source/utils/passwd_proto.h source/include/includes.h.gch +source/config.cache +source/library-versions +source/nsswitch/*.so +source/proto_exists +source/winbindd/winbindd_proto.h |