From 2ded9e59e46b4d3599fe525665f96976368521f3 Mon Sep 17 00:00:00 2001 From: Ian Young Date: Wed, 26 Aug 2015 09:47:11 +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 | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/.gitignore b/.gitignore index b0c47cc..d484b5a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,21 +1,21 @@ # 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 +*.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 # The contents of the svn:ignore property on the branch root. /*.ncb -- 2.1.4