From: Scott Cantor Date: Mon, 20 Jul 2015 17:06:17 +0000 (-0400) Subject: Update gitignore to account for subdirs / missing files. X-Git-Tag: 1.5.5~4 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-xmltooling.git;a=commitdiff_plain;h=de3028f4f6e23c897a6e1548826e2b077c9ee084 Update gitignore to account for subdirs / missing files. --- diff --git a/.gitignore b/.gitignore index 800b1a5..735e1ed 100644 --- a/.gitignore +++ b/.gitignore @@ -1,53 +1,58 @@ # 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 +*.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. -/Debug -/*.ncb -/*.suo -/Release -/aclocal.m4 -/autom4te.cache -/config.guess -/config.h -/config.h.in -/config.log -/config.status -/config.sub -/configure -/depcomp -/install-sh -/libtool -/Makefile -/Makefile.in -/missing -/pkginfo -/stamp-h1 -/xmltooling.spec -/.settings -/.autotools -/.project -/.cproject -/doxyfile -/x64 -/Portfile -/*.gz -/*.opensdf -/*.sdf -/ipch -/build-aux -/build +Debug +*.ncb +*.suo +*.pc +*.pc.in +Release +aclocal.m4 +autom4te.cache +config.guess +config.h +config.h.in +config.log +config.status +config.sub +configure +depcomp +install-sh +libtool +Makefile +Makefile.in +missing +pkginfo +stamp-h1 +xmltooling.spec +xmltooling-uninstalled.sh +.settings +.autotools +.project +.cproject +doxyfile +x64 +Portfile +*.gz +*.bz2 +*.zip +*.opensdf +*.sdf +ipch +build-aux +build