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
This commit is contained in:
committed by
Facebook Github Bot
parent
4710a65f7a
commit
613590b0d8
5
csharp/.gitignore
vendored
5
csharp/.gitignore
vendored
@@ -30,6 +30,11 @@ bld/
|
|||||||
# MSTest test Results
|
# MSTest test Results
|
||||||
[Tt]est[Rr]esult*/
|
[Tt]est[Rr]esult*/
|
||||||
[Bb]uild[Ll]og.*
|
[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
|
# NUNIT
|
||||||
*.VisualState.xml
|
*.VisualState.xml
|
||||||
|
@@ -34,6 +34,11 @@ bld/
|
|||||||
# NUNIT
|
# NUNIT
|
||||||
*.VisualState.xml
|
*.VisualState.xml
|
||||||
TestResult.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
|
# Build Results of an ATL Project
|
||||||
[Dd]ebugPS/
|
[Dd]ebugPS/
|
||||||
|
Reference in New Issue
Block a user