diff options
author | Andrew Bartlett <abartlet@samba.org> | 2008-05-20 08:06:50 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2008-05-20 08:06:50 +1000 |
commit | 868c45102d98f4207e614d79af2f37dbb0418203 (patch) | |
tree | 41c5d0d9e8e78f67485879c3f3a329cc7b608202 /.gitignore | |
parent | 343fea32ccd205c68b23ee894a8ab4f9413af746 (diff) | |
download | samba-868c45102d98f4207e614d79af2f37dbb0418203.tar.gz samba-868c45102d98f4207e614d79af2f37dbb0418203.tar.bz2 samba-868c45102d98f4207e614d79af2f37dbb0418203.zip |
Don't regenerate pam_errors.h any more.
Due to the new rules on prototypes, it must be a static header file.
Andrew Bartlett
(This used to be commit cf60a9b34ec2419b2bc03a37190cb17ad4cf3d5f)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 1ad2e2501f..5ed4eeda44 100644 --- a/.gitignore +++ b/.gitignore @@ -22,7 +22,6 @@ source/heimdal/lib/des/hcrypto source/build/smb_build/config.pm source/auth/auth_proto.h source/auth/auth_sam.h -source/auth/pam_errors.h source/auth/credentials/credentials_proto.h source/auth/gensec/gensec_proto.h source/auth/gensec/schannel_proto.h |