Update .git/hgignore
Summary: Fix paths Reviewed By: emilsjolander Differential Revision: D4365853 fbshipit-source-id: 1eb5b1046f4bb7a18b8f29d2876c0d560c3fad49
This commit is contained in:
committed by
Facebook Github Bot
parent
abad796c44
commit
12017e49bd
9
csharp/.gitignore
vendored
9
csharp/.gitignore
vendored
@@ -30,15 +30,14 @@ 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
|
||||||
TestResult.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
|
# Build Results of an ATL Project
|
||||||
[Dd]ebugPS/
|
[Dd]ebugPS/
|
||||||
|
@@ -34,11 +34,10 @@ bld/
|
|||||||
# NUNIT
|
# NUNIT
|
||||||
*.VisualState.xml
|
*.VisualState.xml
|
||||||
TestResult.xml
|
TestResult.xml
|
||||||
csharp/tests/Facebook.Yoga/NUnit-[0-9\.]+/
|
tests/Facebook.Yoga/NUnit-[0-9\.]*/
|
||||||
csharp/tests/Facebook.Yoga/YogaTest.dll
|
tests/Facebook.Yoga/YogaTest.dll
|
||||||
csharp/tests/Facebook.Yoga/YogaTest.dll.mdb
|
tests/Facebook.Yoga/YogaTest.dll.mdb
|
||||||
csharp/tests/Facebook.Yoga/libyoga.dylib
|
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