From 12017e49bdd7e0d44761d032b38b5bf2f0e90c8d Mon Sep 17 00:00:00 2001 From: Kazuki Sakamoto Date: Fri, 23 Dec 2016 12:02:21 -0800 Subject: [PATCH] Update .git/hgignore Summary: Fix paths Reviewed By: emilsjolander Differential Revision: D4365853 fbshipit-source-id: 1eb5b1046f4bb7a18b8f29d2876c0d560c3fad49 --- csharp/.gitignore | 9 ++++----- csharp/.hgignore | 9 ++++----- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/csharp/.gitignore b/csharp/.gitignore index 533ef745..bdb6ff4e 100644 --- a/csharp/.gitignore +++ b/csharp/.gitignore @@ -30,15 +30,14 @@ bld/ # MSTest test Results [Tt]est[Rr]esult*/ [Bb]uild[Ll]og.* -csharp/tests/Facebook.Yoga/NUnit-[0-9\.]+/ -csharp/tests/Facebook.Yoga/YogaTest.dll -csharp/tests/Facebook.Yoga/YogaTest.dll.mdb -csharp/tests/Facebook.Yoga/libyoga.dylib -csharp/tests/Facebook.Yoga/libyoga.dylib.dSYM/ # NUNIT *.VisualState.xml TestResult.xml +tests/Facebook.Yoga/NUnit-[0-9\.]*/ +tests/Facebook.Yoga/YogaTest.dll +tests/Facebook.Yoga/YogaTest.dll.mdb +tests/Facebook.Yoga/libyoga.dylib # Build Results of an ATL Project [Dd]ebugPS/ diff --git a/csharp/.hgignore b/csharp/.hgignore index 4dd1c600..bdb6ff4e 100644 --- a/csharp/.hgignore +++ b/csharp/.hgignore @@ -34,11 +34,10 @@ bld/ # NUNIT *.VisualState.xml TestResult.xml -csharp/tests/Facebook.Yoga/NUnit-[0-9\.]+/ -csharp/tests/Facebook.Yoga/YogaTest.dll -csharp/tests/Facebook.Yoga/YogaTest.dll.mdb -csharp/tests/Facebook.Yoga/libyoga.dylib -csharp/tests/Facebook.Yoga/libyoga.dylib.dSYM/ +tests/Facebook.Yoga/NUnit-[0-9\.]*/ +tests/Facebook.Yoga/YogaTest.dll +tests/Facebook.Yoga/YogaTest.dll.mdb +tests/Facebook.Yoga/libyoga.dylib # Build Results of an ATL Project [Dd]ebugPS/