svn commit: r342967 - user/uqs/git_conv
Ulrich Spoerlein
uqs at FreeBSD.org
Sat Jan 12 15:28:48 UTC 2019
Author: uqs
Date: Sat Jan 12 15:28:46 2019
New Revision: 342967
URL: https://svnweb.freebsd.org/changeset/base/342967
Log:
Ignore newly added file that doesn't map anywhere in git
Modified:
user/uqs/git_conv/freebsd-base.rules
Modified: user/uqs/git_conv/freebsd-base.rules
==============================================================================
--- user/uqs/git_conv/freebsd-base.rules Sat Jan 12 14:57:12 2019 (r342966)
+++ user/uqs/git_conv/freebsd-base.rules Sat Jan 12 15:28:46 2019 (r342967)
@@ -85,6 +85,8 @@ match /user/simon/test.txt
end match
match /user/peter/foo.txt
end match
+match /vendor/.arcconfig
+end match
# Not a branch, ignore
match /user/(nwhitehorn|peterj)/.*
end match
More information about the svn-src-user
mailing list