From 498efc98656c10eeadaa53e91eb901539bbd6cf1 Mon Sep 17 00:00:00 2001 From: Frederic Peters Date: Tue, 14 Dec 2004 10:58:59 +0000 Subject: ignore generated files --- csharp/.cvsignore | 20 ++++++++++++++++++++ java/.cvsignore | 14 ++++++++++++++ php/Attic/examples/.cvsignore | 3 +++ php/Attic/examples/sample-idp/.cvsignore | 3 +++ php/Attic/examples/sample-sp/.cvsignore | 3 +++ 5 files changed, 43 insertions(+) create mode 100644 php/Attic/examples/.cvsignore create mode 100644 php/Attic/examples/sample-idp/.cvsignore create mode 100644 php/Attic/examples/sample-sp/.cvsignore diff --git a/csharp/.cvsignore b/csharp/.cvsignore index d5415d6f..f5a5351c 100644 --- a/csharp/.cvsignore +++ b/csharp/.cvsignore @@ -27,3 +27,23 @@ Session.cs FederationTerminationNotification.cs LogoutRequest.cs LogoutResponse.cs +LassoProviderRole.cs +LibAuthnResponse.cs +LibFederationTerminationNotification.cs +LibLogoutRequest.cs +LibRegisterNameIdentifierRequest.cs +NameIdentifierMapping.cs +NameRegistration.cs +Node.cs +Provider.cs +ProviderIds.cs +RegisterNameIdentifierResponse.cs +SWIGTYPE_p_void.cs +SamlpRequest.cs +SamlpResponse.cs +lassoHttpMethod.cs +lassoLoginProtocolProfile.cs +lassoMessageType.cs +lassoRequestType.cs +lassoSignatureMethod.cs + diff --git a/java/.cvsignore b/java/.cvsignore index e015478d..4fdb3bf4 100644 --- a/java/.cvsignore +++ b/java/.cvsignore @@ -26,3 +26,17 @@ lassoJNI.java lasso_wrap.c libjlasso.la libjlasso_la-lasso_wrap.lo +LibAuthnResponse.java +LibFederationTerminationNotification.java +LibLogoutRequest.java +LibRegisterNameIdentifierRequest.java +NameIdentifierMapping.java +NameRegistration.java +Node.java +Provider.java +ProviderIds.java +RegisterNameIdentifierResponse.java +SWIGTYPE_p_void.java +SamlpRequest.java +SamlpResponse.java + diff --git a/php/Attic/examples/.cvsignore b/php/Attic/examples/.cvsignore new file mode 100644 index 00000000..22a4e729 --- /dev/null +++ b/php/Attic/examples/.cvsignore @@ -0,0 +1,3 @@ +Makefile +Makefile.in + diff --git a/php/Attic/examples/sample-idp/.cvsignore b/php/Attic/examples/sample-idp/.cvsignore new file mode 100644 index 00000000..22a4e729 --- /dev/null +++ b/php/Attic/examples/sample-idp/.cvsignore @@ -0,0 +1,3 @@ +Makefile +Makefile.in + diff --git a/php/Attic/examples/sample-sp/.cvsignore b/php/Attic/examples/sample-sp/.cvsignore new file mode 100644 index 00000000..22a4e729 --- /dev/null +++ b/php/Attic/examples/sample-sp/.cvsignore @@ -0,0 +1,3 @@ +Makefile +Makefile.in + -- cgit