ignore generated files of 'tests/fsharp' test suite run

This commit is contained in:
enricosada 2015-09-08 15:02:14 +02:00 коммит произвёл latkin
Родитель a2d2990dd9
Коммит f9caa57a1e
9 изменённых файлов: 185 добавлений и 13 удалений

14
.gitignore поставляемый
Просмотреть файл

@ -66,12 +66,6 @@ tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource/Sample_VS2012
obj
extras
ossreadme*.txt
tests/fsharp/typecheck/sigs/*.exe
tests/fsharp/typecheck/sigs/*.diff
tests/fsharp/typecheck/sigs/*.err
tests/fsharp/typecheck/sigs/*.vsdiff
tests/fsharp/typecheck/sigs/*.dll
tests/fsharp/typecheck/sigs/*.vserr
src/fsharp/FSharp.LanguageService.Compiler/illex.*
src/fsharp/FSharp.LanguageService.Compiler/ilpars.*
src/fsharp/FSharp.LanguageService.Compiler/lex.*
@ -79,16 +73,9 @@ src/fsharp/FSharp.LanguageService.Compiler/pars.*
src/fsharp/FSharp.LanguageService.Compiler/pplex.fs
src/fsharp/FSharp.LanguageService.Compiler/pppars.fs
src/fsharp/FSharp.LanguageService.Compiler/pppars.fsi
tests/fsharp/typecheck/sigs/*.dll
tests/fsharp/typecheck/sigs/*.exe
tests/fsharp/typeProviders/builtin/SqlDataConnection/DataDirectory/
tests/fsharp/typeProviders/builtin/SqlDataConnection/ExampleResolutionFolder/
tests/fsharp/typeProviders/builtin/SqlEntityConnection/DataDirectory/
vsintegration/src/unittests/Unittests.fsi
tests/fsharpqa/Source/CodeGen/EmittedIL/StaticInit/StaticInit_Module01.dll
tests/fsharpqa/Source/CodeGen/EmittedIL/StaticInit/StaticInit_Module01.pdb
tests/fsharp/typeProviders/helloWorld/bincompat1/
tests/fsharp/typeProviders/helloWorld/bincompat2/
tests/XFSharpQA_Failures.log.*
vsintegration/src/vs/FsPkgs/FSharp.Project/FS/FSharp.ProjectSystem.FSharp.fsi
vsintegration/src/vs/FsPkgs/FSharp.Project/FS/ctofiles/
@ -96,6 +83,7 @@ tests/fsharpqa/Source/CodeGen/EmittedIL/QueryExpressionStepping/Utils.dll
tests/fsharpqa/Source/CodeGen/EmittedIL/ComputationExpressions/ComputationExprLibrary.dll
*.csproj.user
*.sln.DotSettings.user
*.ide
*.log

16
tests/fsharp/.gitignore поставляемый Normal file
Просмотреть файл

@ -0,0 +1,16 @@
build.ok
test.ok
test*.exe
test*.pdb
test*.dll
failures.log
lib*.dll
lib*.pdb
lib*.xml
Library1.dll
cd.tmp

53
tests/fsharp/core/.gitignore поставляемый Normal file
Просмотреть файл

@ -0,0 +1,53 @@
forwarders/orig
forwarders/split
queriesCustomQueryOps/negativetest.err
queriesCustomQueryOps/negativetest.vserr
printing/z.output.test.*.txt
printing/z.raw.output.test.*.txt
printing/z.output.test.*.diff
quotes/cslib.dll
parsing/crlf.dll
parsing/crlf.pdb
parsing/toplet.exe
parsing/toplet.pdb
unicode/kanji-unicode-*.dll
unicode/kanji-unicode-*.pdb
unicode/out?.txt
internalsvisible/main.exe
hiding/client.exe
load-script/out.txt
load-script/usesfsi.exe
queriesOverOData/schema?.csdl
quotesInMultipleModules/module1.dll
quotesInMultipleModules/module1-opt.dll
quotesInMultipleModules/module2.exe
quotesInMultipleModules/module2-opt.exe
resources/Resources.resources
topinit/app69514.exe
topinit/app69514.pdb
topinit/app69514-noopt.exe
topinit/app69514-noopt.pdb
topinit/app69514-noopt-withsig.exe
topinit/app69514-noopt-withsig.pdb
topinit/app69514-withsig.exe
topinit/app69514-withsig.pdb
topinit/both69514.exe
topinit/both69514.pdb
topinit/both69514-noopt.exe
topinit/both69514-noopt.pdb
verify/xmlverify.exe
verify/xmlverify.pdb

14
tests/fsharp/optimize/.gitignore поставляемый Normal file
Просмотреть файл

@ -0,0 +1,14 @@
analyses/sizes.exe
analyses/effects.exe
analyses/tailcalls.exe
analyses/*.output.test.txt
inline/FSharpOptimizationData.*
inline/FSharpSignatureData.*
inline/*.il
inline/*.res
stats/*.resources
stats/*.il
stats/*.res

4
tests/fsharp/perf/.gitignore поставляемый Normal file
Просмотреть файл

@ -0,0 +1,4 @@
graph/tmptest*
nbody/tmptest*

22
tests/fsharp/regression/.gitignore поставляемый Normal file
Просмотреть файл

@ -0,0 +1,22 @@
26/tmptest*
321/tmptest*
655/pack.dll
656/pack.exe
83/tmptest*
84/tmptest*
85/petshop.dll
86/tmptest*
ml-1/dbwlib2.dll
ml-1/dbwlib2--optimize.dll
ml-1/main.exe
ml-1/main--optimize.exe
tuple-bug-1/tmptest*

38
tests/fsharp/typeProviders/.gitignore поставляемый Normal file
Просмотреть файл

@ -0,0 +1,38 @@
diamondAssembly/provided.dll
diamondAssembly/provider.dll
globalNamespace/globalNamespaceTP.dll
globalNamespace/globalNamespaceTP.pdb
helloWorld/provided.dll
helloWorld/provided.pdb
helloWorld/provided?.dll
helloWorld/provided?.pdb
helloWorld/providedNullAssemblyName.dll
helloWorld/providedNullAssemblyName.pdb
helloWorld/provider.dll
helloWorld/bincompat1
helloWorld/bincompat2
helloWorldCSharp/magic.dll
helloWorldCSharp/provider.dll
negTests/*.dll
negTests/*.bsl
negTests/*.err
negTests/*.vserr
negTests/*.vsbsl
negTests/*.diff
negTests/*.vsdiff
splitAssembly/provider.dll
splitAssembly/providerDesigner.dll
wedgeAssembly/provided.dll
wedgeAssembly/providedJ.dll
wedgeAssembly/providedK.dll
wedgeAssembly/provider.dll
builtin/SqlDataConnection/DataDirectory
builtin/SqlDataConnection/ExampleResolutionFolder

29
tests/fsharp/typeProviders/builtin/.gitignore поставляемый Normal file
Просмотреть файл

@ -0,0 +1,29 @@
FSharp.Data.TypeProviders.dll
EdmxFile/SampleModel01.edmx
EdmxFile/*.exe.config
EdmxFile/*.dll.config
ODataService/*.exe.config
ODataService/*.dll.config
ODataService/svc.csdl
ODataService/svc2.csdl
SqlDataConnection/*.exe.config
SqlDataConnection/*.dll.config
SqlDataConnection/app.config
SqlDataConnection/NORTHWND.mdf
SqlDataConnection/NORTHWND_log.ldf
SqlDataConnection/nwind2.dbml
SqlDataConnection/nwind3.dbml
SqlDataConnection/test.config
SqlEntityConnection/*.exe.config
SqlEntityConnection/*.dll.config
WsdlService/*.exe.config
WsdlService/*.dll.config
WsdlService/sfile.wsdlschema
WsdlService/sfile2.wsdlschema

8
tests/fsharp/typecheck/.gitignore поставляемый Normal file
Просмотреть файл

@ -0,0 +1,8 @@
sigs/*.err
sigs/*.vserr
sigs/pos*.dll
sigs/pos*.exe
full-rank-arrays/HighRankArrayTests.dll
misc/tmptest*