diff options
author | Stefan Metzmacher <metze@samba.org> | 2008-08-26 11:20:54 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2008-08-26 18:49:17 +0200 |
commit | 9080b5d979e2af4de1022513bdaa303306b1ca9b (patch) | |
tree | fc2c25e17adf0ef23b9821c69cee8137c69f1674 /.gitignore | |
parent | a1bbd66b0f68d3d1bb1940bbf82d62b8e56acb4e (diff) | |
download | samba-9080b5d979e2af4de1022513bdaa303306b1ca9b.tar.gz samba-9080b5d979e2af4de1022513bdaa303306b1ca9b.tar.bz2 samba-9080b5d979e2af4de1022513bdaa303306b1ca9b.zip |
heimdal_build: autogenerate the heimdal private/proto headers
Now it's possible to just use a plain heimdal tree in source/heimdal/
without any pregenerated files.
metze
(This used to be commit da333ca7113f78eeacab4f93b401f075114c7d88)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index c63a42d012..35a30b45c0 100644 --- a/.gitignore +++ b/.gitignore @@ -47,6 +47,18 @@ source/heimdal/lib/krb5/k524_err.? source/heimdal/lib/krb5/krb5_err.? source/heimdal/lib/roken/vis.h source/heimdal/lib/wind/*_table.? +source/heimdal/kdc/kdc-private.h +source/heimdal/kdc/kdc-protos.h +source/heimdal/lib/asn1/der-protos.h +source/heimdal/lib/gssapi/krb5/gsskrb5-private.h +source/heimdal/lib/gssapi/spnego/spnego-private.h +source/heimdal/lib/hdb/hdb-private.h +source/heimdal/lib/hdb/hdb-protos.h +source/heimdal/lib/hx509/hx509-private.h +source/heimdal/lib/hx509/hx509-protos.h +source/heimdal/lib/krb5/krb5-private.h +source/heimdal/lib/krb5/krb5-protos.h +source/heimdal/lib/ntlm/heimntlm-protos.h source/include/build.h config.h config.h.in |