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 | 9475993dae06fa023f2eb63d04d5f7b07b0b4d93 (patch) | |
tree | 8f22c26ba78ddce8336ebc2a59cb5ccf090db129 /.gitignore | |
parent | 3a1b0965229facdeab8ddc68e72bd4c5bbec70ac (diff) | |
download | samba-9475993dae06fa023f2eb63d04d5f7b07b0b4d93.tar.gz samba-9475993dae06fa023f2eb63d04d5f7b07b0b4d93.tar.xz samba-9475993dae06fa023f2eb63d04d5f7b07b0b4d93.zip |
cleanup and extent .gitignore
metze
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index e350ef7c351..d5e5177e229 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 |