INFRA-120 perform Subversion repository conversions to Git
authorIan Young <ian@iay.org.uk>
Wed, 26 Aug 2015 08:49:18 +0000 (09:49 +0100)
committerIan Young <ian@iay.org.uk>
Wed, 26 Aug 2015 08:49:18 +0000 (09:49 +0100)
https://issues.shibboleth.net/jira/browse/INFRA-120
Fix up converted .gitignore files so that Subversion default
emulation is applied recursively.

.gitignore

index 24c68cc..1f2cf28 100644 (file)
@@ -1,23 +1,23 @@
 # A simulation of Subversion default ignores, generated by reposurgeon.
 # 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
 # Simulated Subversion default ignores end here
+/xmltooling-uninstalled.sh
 # The contents of the svn:ignore property on the branch root.
 /Debug
 /*.ncb
 # The contents of the svn:ignore property on the branch root.
 /Debug
 /*.ncb