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/