From fa601feaf832e5c2242b29a85e340739cf3c6188 Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Mon, 2 May 2016 14:26:13 -0400 Subject: [PATCH] Clean up ignores --- .autotools | 42 +++++++++++++++++++++++++ .cproject | 48 ++++++++++++++++++++++++++++ .gitignore | 62 +++++++++++++++++++++---------------- .project | 35 +++++++++++++++++++++ doc/.gitignore | 3 -- m4/.gitignore | 5 --- saml/.gitignore | 10 ------ samlsign/.gitignore | 12 ------- samltest/.gitignore | 12 ------- samltest/encryption/.gitignore | 1 - samltest/saml1/binding/.gitignore | 1 - samltest/saml1/core/impl/.gitignore | 1 - samltest/saml1/profile/.gitignore | 1 - samltest/saml2/binding/.gitignore | 1 - samltest/saml2/core/impl/.gitignore | 1 - samltest/saml2/metadata/.gitignore | 1 - samltest/saml2/profile/.gitignore | 1 - samltest/security/.gitignore | 1 - samltest/signature/.gitignore | 1 - schemas/.gitignore | 5 --- 20 files changed, 161 insertions(+), 83 deletions(-) create mode 100644 .autotools create mode 100644 .cproject create mode 100644 .project delete mode 100644 doc/.gitignore delete mode 100644 m4/.gitignore delete mode 100644 saml/.gitignore delete mode 100644 samlsign/.gitignore delete mode 100644 samltest/.gitignore delete mode 100644 samltest/encryption/.gitignore delete mode 100644 samltest/saml1/binding/.gitignore delete mode 100644 samltest/saml1/core/impl/.gitignore delete mode 100644 samltest/saml1/profile/.gitignore delete mode 100644 samltest/saml2/binding/.gitignore delete mode 100644 samltest/saml2/core/impl/.gitignore delete mode 100644 samltest/saml2/metadata/.gitignore delete mode 100644 samltest/saml2/profile/.gitignore delete mode 100644 samltest/security/.gitignore delete mode 100644 samltest/signature/.gitignore delete mode 100644 schemas/.gitignore diff --git a/.autotools b/.autotools new file mode 100644 index 0000000..1dc8f75 --- /dev/null +++ b/.autotools @@ -0,0 +1,42 @@ + + + + + diff --git a/.cproject b/.cproject new file mode 100644 index 0000000..59d6ee9 --- /dev/null +++ b/.cproject @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.gitignore b/.gitignore index 65d074f..5aa52ca 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ -# A simulation of Subversion default ignores, generated by reposurgeon. *.o *.lo *.la @@ -12,24 +11,28 @@ *.pyc *.pyo *.rej +*.aps +*.suo +*.ncb +*.opensdf *.sdf -Projects/*/*.opensdf -Projects/*/*.suo -Projects/*/*/Debug/* -Projects/*/*/Release/* -Projects/*/*/x64/* -Projects/*/ipch -*.vcxproj.user -Projects/*/samltest/samltest.cpp *~ *.#* .*.swp +*.vcxproj.user .DS_store -# Simulated Subversion default ignores end here -# The contents of the svn:ignore property on the branch root. -/*.ncb -/*.suo -/debug +Makefile +Makefile.in +stamp-h1 +stamp-h2 +Debug +Release +x64 +/Projects/vc??/samltest/*.cpp +/Projects/vc10/ipch/ +/Projects/vc??/*.opendb +/Projects/vc??/*.db +/opensaml-uninstalled.sh /aclocal.m4 /autom4te.cache /config.guess @@ -42,24 +45,31 @@ Projects/*/samltest/samltest.cpp /depcomp /install-sh /libtool -/Makefile -/Makefile.in /missing -/opensaml.spec -/opensaml-uninstalled.sh /pkginfo -/stamp-h1 +/opensaml.spec /.settings -/.autotools -/.cproject -/.project /doxyfile -/release -/x64 /Portfile /*.gz -/*.sdf -/*.opensdf +/*.zip +/*.bz2 /ipch /build-aux /build +/Build +/m4/lt~obsolete.m4 +/m4/ltsugar.m4 +/m4/ltoptions.m4 +/m4/libtool.m4 +/m4/ltversion.m4 +/schemas/catalog.xml +/saml/config_pub.h +/saml/.deps +/samlsign/samlsign +/samlsign/.deps +/samltest/samltest +/samltest/.deps +/samltest/*.cpp +/samltest/*/*.cpp +/samltest/**/*.cpp diff --git a/.project b/.project new file mode 100644 index 0000000..f83251b --- /dev/null +++ b/.project @@ -0,0 +1,35 @@ + + + cpp-opensaml + + + cpp-log4shib + cpp-xmltooling + + + + org.eclipse.cdt.autotools.core.genmakebuilderV2 + + + + + org.eclipse.cdt.managedbuilder.core.genmakebuilder + clean,full,incremental, + + + + + org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder + full,incremental, + + + + + + org.eclipse.cdt.core.cnature + org.eclipse.cdt.core.ccnature + org.eclipse.cdt.managedbuilder.core.managedBuildNature + org.eclipse.cdt.managedbuilder.core.ScannerConfigNature + org.eclipse.cdt.autotools.core.autotoolsNatureV2 + + diff --git a/doc/.gitignore b/doc/.gitignore deleted file mode 100644 index 7bbcd4c..0000000 --- a/doc/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -/api -/Makefile -/Makefile.in diff --git a/m4/.gitignore b/m4/.gitignore deleted file mode 100644 index 097c255..0000000 --- a/m4/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -/lt~obsolete.m4 -/ltoptions.m4 -/ltsugar.m4 -/ltversion.m4 -/libtool.m4 diff --git a/saml/.gitignore b/saml/.gitignore deleted file mode 100644 index 16439d0..0000000 --- a/saml/.gitignore +++ /dev/null @@ -1,10 +0,0 @@ -/Debug -/*.la -/*.lo -/*.user -/.deps -/.libs -/Makefile -/Makefile.in -/Release -/x64 diff --git a/samlsign/.gitignore b/samlsign/.gitignore deleted file mode 100644 index b3abaf1..0000000 --- a/samlsign/.gitignore +++ /dev/null @@ -1,12 +0,0 @@ -/Debug -/Release -/*.lo -/*.la -/*.o -/*.user -/Makefile.in -/Makefile -/x64 -/samlsign -/.libs -/.deps diff --git a/samltest/.gitignore b/samltest/.gitignore deleted file mode 100644 index 0c08b8a..0000000 --- a/samltest/.gitignore +++ /dev/null @@ -1,12 +0,0 @@ -/Debug -/*.la -/*.lo -/*.user -/*.cpp -/.deps -/.libs -/Makefile -/Makefile.in -/samltest -/Release -/x64 diff --git a/samltest/encryption/.gitignore b/samltest/encryption/.gitignore deleted file mode 100644 index e16b497..0000000 --- a/samltest/encryption/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/*.cpp diff --git a/samltest/saml1/binding/.gitignore b/samltest/saml1/binding/.gitignore deleted file mode 100644 index e16b497..0000000 --- a/samltest/saml1/binding/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/*.cpp diff --git a/samltest/saml1/core/impl/.gitignore b/samltest/saml1/core/impl/.gitignore deleted file mode 100644 index e16b497..0000000 --- a/samltest/saml1/core/impl/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/*.cpp diff --git a/samltest/saml1/profile/.gitignore b/samltest/saml1/profile/.gitignore deleted file mode 100644 index e16b497..0000000 --- a/samltest/saml1/profile/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/*.cpp diff --git a/samltest/saml2/binding/.gitignore b/samltest/saml2/binding/.gitignore deleted file mode 100644 index e16b497..0000000 --- a/samltest/saml2/binding/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/*.cpp diff --git a/samltest/saml2/core/impl/.gitignore b/samltest/saml2/core/impl/.gitignore deleted file mode 100644 index e16b497..0000000 --- a/samltest/saml2/core/impl/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/*.cpp diff --git a/samltest/saml2/metadata/.gitignore b/samltest/saml2/metadata/.gitignore deleted file mode 100644 index e16b497..0000000 --- a/samltest/saml2/metadata/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/*.cpp diff --git a/samltest/saml2/profile/.gitignore b/samltest/saml2/profile/.gitignore deleted file mode 100644 index e16b497..0000000 --- a/samltest/saml2/profile/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/*.cpp diff --git a/samltest/security/.gitignore b/samltest/security/.gitignore deleted file mode 100644 index e16b497..0000000 --- a/samltest/security/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/*.cpp diff --git a/samltest/signature/.gitignore b/samltest/signature/.gitignore deleted file mode 100644 index e16b497..0000000 --- a/samltest/signature/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/*.cpp diff --git a/schemas/.gitignore b/schemas/.gitignore deleted file mode 100644 index 182ce7d..0000000 --- a/schemas/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -/Makefile -/Makefile.in -/saml10-catalog.xml -/saml11-catalog.xml -/saml20-catalog.xml -- 2.1.4