From: Ian Young Date: Wed, 26 Aug 2015 08:49:18 +0000 (+0100) Subject: INFRA-120 perform Subversion repository conversions to Git X-Git-Tag: 1.5.6.1~1 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-xmltooling.git;a=commitdiff_plain;h=9242521fb1245ef74deb01dc8afc38d1c0296c03;ds=sidebyside INFRA-120 perform Subversion repository conversions to Git https://issues.shibboleth.net/jira/browse/INFRA-120 Fix up converted .gitignore files so that Subversion default emulation is applied recursively. --- diff --git a/.gitignore b/.gitignore index 24c68cc..1f2cf28 100644 --- a/.gitignore +++ b/.gitignore @@ -1,23 +1,23 @@ # A simulation of Subversion default ignores, generated by reposurgeon. -/*.o -/*.lo -/*.la -/*.al -/*.libs -/*.so -/*.so.[0-9]* -/*.a -/*.pc -/*.pc.in -/*.pyc -/*.pyo -/*.rej -/*~ -/*.#* -/.*.swp -/.DS_store -/xmltooling-uninstalled.sh +*.o +*.lo +*.la +*.al +*.libs +*.so +*.so.[0-9]* +*.a +*.pc +*.pc.in +*.pyc +*.pyo +*.rej +*~ +*.#* +.*.swp +.DS_store # Simulated Subversion default ignores end here +/xmltooling-uninstalled.sh # The contents of the svn:ignore property on the branch root. /Debug /*.ncb