From 1c84857edf48506c82123082f402d53b95f8980d Mon Sep 17 00:00:00 2001 From: Weston Ruter Date: Mon, 12 Dec 2016 05:11:27 +0000 Subject: [PATCH] Build/Test Tools: Facilitate SVN and Git being co-located in the same directory. Ignore .svn in .gitignore, and ignore .git in svn:ignore. Fixes #39245. git-svn-id: https://develop.svn.wordpress.org/trunk@39577 602fd350-edb4-49c9-b593-d223f7449a82 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index adfa41b394..5ce4210a03 100644 --- a/.gitignore +++ b/.gitignore @@ -55,3 +55,4 @@ wp-tests-config.php *.orig *.patch *.diff +.svn