From cfced5e749b9fd900b5b473769c3b07b100f89f5 Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Thu, 28 Jan 2016 15:21:16 -0500 Subject: [PATCH] Clean up ignores. --- .gitignore | 103 ++++++++++++++++++++++++++--------------------------- apache/.gitignore | 38 ++++++++++---------- plugins/.gitignore | 4 ++- 3 files changed, 74 insertions(+), 71 deletions(-) diff --git a/.gitignore b/.gitignore index c784e5b..1467f33 100644 --- a/.gitignore +++ b/.gitignore @@ -1,52 +1,51 @@ -# A simulation of Subversion default ignores, generated by reposurgeon. -*.o -*.lo -*.la -*.al -*.libs -*.so -*.so.[0-9]* -*.a -*.pyc -*.pyo -*.rej -*~ -*.#* -.*.swp -.DS_store -# Simulated Subversion default ignores end here -# The contents of the svn:ignore property on the branch root. -/aclocal.m4 -/config.h.in -/config.h -/*.cache -/install-sh -/mkinstalldirs -/missing -/config.* -/stamp* -/Makefile.in -/Makefile -/depcomp -/configure -/libtool -/*.opt -/*.ncb -/shibboleth.spec -/.settings -/.autotools -/.cproject -/.project -/*.suo -/Debug -/debug -/Release -/x64 -/Portfile -/pkginfo -/*.gz -/*.sdf -/*.opensdf -/ipch -/build-aux -/build +# A simulation of Subversion default ignores, generated by reposurgeon. +*.o +*.lo +*.la +*.al +*.libs +*.so +*.so.[0-9]* +*.a +*.pyc +*.pyo +*.rej +*~ +*.#* +.*.swp +.DS_store +Debug +Release +x64 +# Simulated Subversion default ignores end here +# The contents of the svn:ignore property on the branch root. +/aclocal.m4 +/config.h.in +/config.h +/*.cache +/install-sh +/mkinstalldirs +/missing +/config.* +/stamp* +/Makefile.in +/Makefile +/depcomp +/configure +/libtool +/*.opt +/*.ncb +/shibboleth.spec +/.settings +/.autotools +/.cproject +/.project +/*.suo +/Portfile +/pkginfo +/*.gz +/*.sdf +/*.opensdf +/ipch +/build-aux +/build diff --git a/apache/.gitignore b/apache/.gitignore index 4344e25..e6ea852 100644 --- a/apache/.gitignore +++ b/apache/.gitignore @@ -1,18 +1,20 @@ -/Makefile.in -/Makefile -/.libs -/.deps -/*.lo -/*.la -/Debug -/*.plg -/Release -/*.dep -/*.mak -/*.aps -/*.user -/mod_shib_20-Debug -/mod_shib_22-Debug -/mod_shib_22-Release -/mod_shib_20-Release -/x64 +/Makefile.in +/Makefile +/.libs +/.deps +/*.lo +/*.la +/Debug +/*.plg +/Release +/*.dep +/*.mak +/*.aps +/*.user +/mod_shib_20-Debug +/mod_shib_22-Debug +/mod_shib_22-Release +/mod_shib_20-Release +/x64 +/mod_shib_24-Debug/ +/mod_shib_24-Release/ diff --git a/plugins/.gitignore b/plugins/.gitignore index 10a7e8d..5b9f7b4 100644 --- a/plugins/.gitignore +++ b/plugins/.gitignore @@ -1 +1,3 @@ -/Makefile.in +/Makefile.in +/plugins-lite-Release/ +/plugins-lite-Debug/ -- 2.1.4