From: serassio <> Date: Sun, 20 Nov 2005 16:36:27 +0000 (+0000) Subject: More consistency in .cvsignore files X-Git-Tag: SQUID_3_0_PRE4~532 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=764fe7130c1b1ed057789950387e38a755ffdbfd;p=thirdparty%2Fsquid.git More consistency in .cvsignore files --- diff --git a/helpers/basic_auth/LDAP/.cvsignore b/helpers/basic_auth/LDAP/.cvsignore index 3ecf279f01..eb007b590a 100644 --- a/helpers/basic_auth/LDAP/.cvsignore +++ b/helpers/basic_auth/LDAP/.cvsignore @@ -1,3 +1,4 @@ .deps +.libs Makefile squid_ldap_auth diff --git a/helpers/basic_auth/MSNT/.cvsignore b/helpers/basic_auth/MSNT/.cvsignore index b6e9dda390..93d2247e24 100644 --- a/helpers/basic_auth/MSNT/.cvsignore +++ b/helpers/basic_auth/MSNT/.cvsignore @@ -1,3 +1,4 @@ .deps +.libs Makefile msnt_auth diff --git a/helpers/basic_auth/NCSA/.cvsignore b/helpers/basic_auth/NCSA/.cvsignore index d224ea88e5..aec64767f8 100644 --- a/helpers/basic_auth/NCSA/.cvsignore +++ b/helpers/basic_auth/NCSA/.cvsignore @@ -1,3 +1,4 @@ .deps +.libs Makefile ncsa_auth diff --git a/helpers/basic_auth/PAM/.cvsignore b/helpers/basic_auth/PAM/.cvsignore index 29e2d7b160..983eeab3b7 100644 --- a/helpers/basic_auth/PAM/.cvsignore +++ b/helpers/basic_auth/PAM/.cvsignore @@ -1,3 +1,4 @@ .deps +.libs Makefile pam_auth diff --git a/helpers/basic_auth/SASL/.cvsignore b/helpers/basic_auth/SASL/.cvsignore index 63f8570f9f..8aefb1b824 100644 --- a/helpers/basic_auth/SASL/.cvsignore +++ b/helpers/basic_auth/SASL/.cvsignore @@ -1,2 +1,4 @@ .deps +.libs Makefile +sasl_auth diff --git a/helpers/basic_auth/SMB/.cvsignore b/helpers/basic_auth/SMB/.cvsignore index 09593ba8da..db682c655f 100644 --- a/helpers/basic_auth/SMB/.cvsignore +++ b/helpers/basic_auth/SMB/.cvsignore @@ -1,3 +1,4 @@ .deps +.libs Makefile smb_auth diff --git a/helpers/basic_auth/YP/.cvsignore b/helpers/basic_auth/YP/.cvsignore index f59c62edc7..07e55d880a 100644 --- a/helpers/basic_auth/YP/.cvsignore +++ b/helpers/basic_auth/YP/.cvsignore @@ -1,3 +1,4 @@ .deps +.libs Makefile yp_auth diff --git a/helpers/basic_auth/getpwnam/.cvsignore b/helpers/basic_auth/getpwnam/.cvsignore index 13ebf81cb3..96cad498b0 100644 --- a/helpers/basic_auth/getpwnam/.cvsignore +++ b/helpers/basic_auth/getpwnam/.cvsignore @@ -1,3 +1,4 @@ .deps +.libs Makefile getpwname_auth diff --git a/helpers/basic_auth/mswin_sspi/.cvsignore b/helpers/basic_auth/mswin_sspi/.cvsignore index f3c7a7c5da..650bd1ce48 100755 --- a/helpers/basic_auth/mswin_sspi/.cvsignore +++ b/helpers/basic_auth/mswin_sspi/.cvsignore @@ -1 +1,4 @@ +.deps +.libs Makefile +mswin_auth.exe diff --git a/helpers/digest_auth/password/.cvsignore b/helpers/digest_auth/password/.cvsignore index 50106a2acc..bfb49be3a1 100644 --- a/helpers/digest_auth/password/.cvsignore +++ b/helpers/digest_auth/password/.cvsignore @@ -1,3 +1,4 @@ .deps +.libs Makefile digest_pw_auth diff --git a/helpers/external_acl/ip_user/.cvsignore b/helpers/external_acl/ip_user/.cvsignore index 63f8570f9f..6ea3519b4b 100644 --- a/helpers/external_acl/ip_user/.cvsignore +++ b/helpers/external_acl/ip_user/.cvsignore @@ -1,2 +1,4 @@ .deps +.libs Makefile +ip_user_check diff --git a/helpers/external_acl/ldap_group/.cvsignore b/helpers/external_acl/ldap_group/.cvsignore index 63f8570f9f..f77a12544f 100644 --- a/helpers/external_acl/ldap_group/.cvsignore +++ b/helpers/external_acl/ldap_group/.cvsignore @@ -1,2 +1,4 @@ .deps +.libs Makefile +squid_ldap_group diff --git a/helpers/external_acl/mswin_lm_group/.cvsignore b/helpers/external_acl/mswin_lm_group/.cvsignore index f3c7a7c5da..a85b0ebf70 100755 --- a/helpers/external_acl/mswin_lm_group/.cvsignore +++ b/helpers/external_acl/mswin_lm_group/.cvsignore @@ -1 +1,4 @@ +.deps +.libs Makefile +mswin_check_lm_group.exe diff --git a/helpers/external_acl/unix_group/.cvsignore b/helpers/external_acl/unix_group/.cvsignore index 63f8570f9f..f3812f6ebf 100644 --- a/helpers/external_acl/unix_group/.cvsignore +++ b/helpers/external_acl/unix_group/.cvsignore @@ -1,2 +1,4 @@ .deps +.libs Makefile +squid_unix_group diff --git a/helpers/negotiate_auth/mswin_sspi/.cvsignore b/helpers/negotiate_auth/mswin_sspi/.cvsignore index f3c7a7c5da..aee0fc2f58 100755 --- a/helpers/negotiate_auth/mswin_sspi/.cvsignore +++ b/helpers/negotiate_auth/mswin_sspi/.cvsignore @@ -1 +1,4 @@ +.deps +.libs Makefile +mswin_negotiate_auth.exe diff --git a/helpers/ntlm_auth/SMB/.cvsignore b/helpers/ntlm_auth/SMB/.cvsignore index 26c24fc146..3c109ad0ad 100644 --- a/helpers/ntlm_auth/SMB/.cvsignore +++ b/helpers/ntlm_auth/SMB/.cvsignore @@ -1,3 +1,4 @@ .deps +.libs Makefile ntlm_auth diff --git a/helpers/ntlm_auth/fakeauth/.cvsignore b/helpers/ntlm_auth/fakeauth/.cvsignore index a809eec86a..7063461c08 100644 --- a/helpers/ntlm_auth/fakeauth/.cvsignore +++ b/helpers/ntlm_auth/fakeauth/.cvsignore @@ -1,3 +1,4 @@ .deps +.libs Makefile fakeauth_auth diff --git a/helpers/ntlm_auth/mswin_sspi/.cvsignore b/helpers/ntlm_auth/mswin_sspi/.cvsignore index f3c7a7c5da..fcc6080888 100755 --- a/helpers/ntlm_auth/mswin_sspi/.cvsignore +++ b/helpers/ntlm_auth/mswin_sspi/.cvsignore @@ -1 +1,4 @@ +.deps +.libs Makefile +mswin_ntlm_auth.exe