diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-08-16 09:14:43 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:29:51 -0500 |
commit | 72df1ca0d1f2c41f52b28e6f8726065bebeb2842 (patch) | |
tree | e7cfb2d25a10e415252f3a327c8f8cccee94f57c | |
parent | 622abf53f9de8a0230d71fcdb3724e1be31a2cc7 (diff) | |
download | samba-72df1ca0d1f2c41f52b28e6f8726065bebeb2842.tar.gz samba-72df1ca0d1f2c41f52b28e6f8726065bebeb2842.tar.bz2 samba-72df1ca0d1f2c41f52b28e6f8726065bebeb2842.zip |
r24481: copy .bzrignore => .gitignore
metze
(This used to be commit 51507a0d7674301de01e3d5b107f13834a078dc0)
-rw-r--r-- | .gitignore | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000..e350ef7c35 --- /dev/null +++ b/.gitignore @@ -0,0 +1,29 @@ +*.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 +source/tags +source/utils/passwd_proto.h +source/include/includes.h.gch |