From 9242521fb1245ef74deb01dc8afc38d1c0296c03 Mon Sep 17 00:00:00 2001 From: Ian Young Date: Wed, 26 Aug 2015 09:49:18 +0100 Subject: [PATCH] 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. --- .gitignore | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) 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 -- 2.1.4