From 613590b0d8cdc662cc9a5b384c5a3ff6d99552c2 Mon Sep 17 00:00:00 2001 From: Emil Sjolander Date: Mon, 5 Dec 2016 12:22:54 -0800 Subject: [PATCH] Ignore csharp test dependencies which are downloaded on the fly Summary: Running csharp tests should not result in uncommited files. Reviewed By: splhack Differential Revision: D4271411 fbshipit-source-id: abf6c69555ed657356a9426ca37864f8c2eaa78f --- csharp/.gitignore | 7 ++++++- csharp/.hgignore | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/csharp/.gitignore b/csharp/.gitignore index 4e1cd4a5..533ef745 100644 --- a/csharp/.gitignore +++ b/csharp/.gitignore @@ -30,6 +30,11 @@ 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 @@ -262,4 +267,4 @@ paket-files/ # Python Tools for Visual Studio (PTVS) __pycache__/ -*.pyc \ No newline at end of file +*.pyc diff --git a/csharp/.hgignore b/csharp/.hgignore index 4e1cd4a5..4dd1c600 100644 --- a/csharp/.hgignore +++ b/csharp/.hgignore @@ -34,6 +34,11 @@ 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/ # Build Results of an ATL Project [Dd]ebugPS/ @@ -262,4 +267,4 @@ paket-files/ # Python Tools for Visual Studio (PTVS) __pycache__/ -*.pyc \ No newline at end of file +*.pyc