fsharp/.gitignore

100 строки
3.2 KiB
Plaintext
Исходник Обычный вид История

2014-03-28 06:11:16 +04:00
lib/debug
lib/release
lib/proto
lib/bootstrap/4.1/*.mdb
lib/bootstrap/4.1/*.xml
lib/bootstrap/4.1/fsharpc
lib/bootstrap/4.1/fsharpi
lib/bootstrap/4.1/policy*
2014-03-28 06:11:16 +04:00
aclocal.m4
src/*.userprefs
src/fsharp/FSStrings.resources
packages
2014-03-28 06:11:16 +04:00
src/fsharp/FSharp.Build/*.resx
src/fsharp/FSharp.Build-proto/*.resx
src/fsharp/FSharp.Build-proto/*.resources
src/fsharp/FSharp.Compiler-proto/*.resx
src/fsharp/FSharp.Compiler-proto/*.resources
src/fsharp/FSharp.Compiler-proto/*.sln
src/fsharp/FSharp.Compiler-proto/*.userprefs
src/fsharp/fsi/*.resx
src/fsharp/FSharp.Compiler.Interactive.Settings/*.resx
src/fsharp/FSharp.Compiler.Server.Shared/*.resx
src/fsharp/fsi/Fsi.sln
src/fsharp/FSharp.Build/*.resources
src/fsharp/FSharp.Compiler/*.resx
src/fsharp/FSharp.Compiler/*.resources
src/fsharp/FSharp.Compiler/*.sln
src/fsharp/FSharp.Compiler/*.userprefs
src/*.log
Debug
Release
2014-03-28 06:11:16 +04:00
Proto
2016-03-29 21:19:35 +03:00
sign_temp
2014-03-28 06:11:16 +04:00
.libs
Makefile
configure
launcher
autom4te.cache
config.log
config.make
config.status
src/fsharp/FSharp.Compiler/illex.fs
src/fsharp/FSharp.Compiler/ilpars.fs
src/fsharp/FSharp.Compiler/ilpars.fsi
src/fsharp/FSharp.Compiler/lex.fs
src/fsharp/FSharp.Compiler/pars.fs
src/fsharp/FSharp.Compiler/pars.fsi
src/fsharp/FSharp.Compiler/pplex.fs
src/fsharp/FSharp.Compiler/pppars.fs
src/fsharp/FSharp.Compiler/pppars.fsi
2014-03-28 06:11:16 +04:00
src/fsharp/FSharp.Compiler-proto/illex.fs
src/fsharp/FSharp.Compiler-proto/ilpars.fs
src/fsharp/FSharp.Compiler-proto/ilpars.fsi
src/fsharp/FSharp.Compiler-proto/lex.fs
src/fsharp/FSharp.Compiler-proto/pars.fs
src/fsharp/FSharp.Compiler-proto/pars.fsi
src/fsharp/FSharp.Compiler-proto/pplex.fs
src/fsharp/FSharp.Compiler-proto/pppars.fs
src/fsharp/FSharp.Compiler-proto/pppars.fsi
2014-03-28 06:11:16 +04:00
*~
tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource/Sample_VS2012_FSharp_ConsoleApp_net45/Sample_VS2012_FSharp_ConsoleApp_net45.sln
tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource/Sample_VS2012_FSharp_ConsoleApp_net45/Sample_VS2012_FSharp_ConsoleApp_net45.userprefs
*.suo
obj
extras
ossreadme*.txt
src/fsharp/FSharp.LanguageService.Compiler/illex.*
src/fsharp/FSharp.LanguageService.Compiler/ilpars.*
src/fsharp/FSharp.LanguageService.Compiler/lex.*
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
vsintegration/src/unittests/Unittests.fsi
2016-03-15 12:02:01 +03:00
vsintegration/src/FSharp.ProjectSystem.FSharp/ctofiles/MenusAndCommands.cto
2016-01-24 12:18:20 +03:00
tests/*FSharp_Failures.env
tests/*FSharp_Failures.lst
tests/fsharpqa/Source/CodeGen/EmittedIL/StaticInit/StaticInit_Module01.dll
tests/fsharpqa/Source/CodeGen/EmittedIL/StaticInit/StaticInit_Module01.pdb
tests/XFSharpQA_Failures.log.*
vsintegration/src/vs/FsPkgs/FSharp.Project/FS/FSharp.ProjectSystem.FSharp.fsi
vsintegration/src/vs/FsPkgs/FSharp.Project/FS/ctofiles/
tests/fsharpqa/Source/CodeGen/EmittedIL/QueryExpressionStepping/Utils.dll
tests/fsharpqa/Source/CodeGen/EmittedIL/ComputationExpressions/ComputationExprLibrary.dll
2016-01-24 12:18:20 +03:00
tests/fsharpqa/Source/*FSharpQA_Failures.env
tests/fsharpqa/Source/*FSharpQA_Failures.lst
Fix all warnings, enable warning as error on all projects, other cleanup commit 19c332f8666f38fc5de384e2d3dccd0781cf8090 Author: latkin <latkin@microsoft.com> Date: Mon Dec 15 12:39:07 2014 -0800 Small fix to project file commit bba830243fc9301438bde290982a6cec7bb74059 Author: latkin <latkin@microsoft.com> Date: Mon Dec 15 11:12:20 2014 -0800 Add comment on new 'ignore' lines commit 696539894a4b42bba77daf2adce82c9d001cab96 Merge: bf32157 cb61ba1 Author: latkin <latkin@microsoft.com> Date: Mon Dec 15 10:38:47 2014 -0800 Merge branch 'no_warnings' of https://git01.codeplex.com/forks/esada/fsharp into warn commit cb61ba1a48f6c68c449465356b6d02bdb11559d7 Author: enricosada <enrico@sada.io> Date: Thu Nov 27 17:54:42 2014 +0100 ignore *.csproj.user commit 4445d253be31ba617a5dd043f9da7bbe7a409044 Author: enricosada <enrico@sada.io> Date: Thu Nov 27 09:43:03 2014 +0100 Deployment.sln set EnableOpenSource as default startup project ( without .suo file ) commit 92752982632ece70756f2e9cd62cf5d2e3ae0230 Author: enricosada <enrico@sada.io> Date: Wed Nov 26 17:16:09 2014 +0100 add vs tests inside solution commit eca91d6b9e2a7df546982e355f61ebf66a73704b Author: enricosada <enrico@sada.io> Date: Wed Nov 26 14:23:14 2014 +0100 add solution folder for templates commit 6cd6aac5eaec0f9619552e50adb7de8728622d00 Author: enricosada <enrico@sada.io> Date: Wed Nov 26 17:15:30 2014 +0100 reenable obsolete warning and fix warnings commit 3f068f5e68fe44a33a960600cc50eea68550a5a8 Author: enricosada <enrico@sada.io> Date: Wed Nov 26 14:12:52 2014 +0100 reenabled warnings for xml doc and fix warnings commit 323ade800d535180bb4420ff2b3849d14c4235de Author: enricosada <enrico@sada.io> Date: Wed Nov 26 13:05:32 2014 +0100 suppress warning CS2008 ( no .cs file in project ) for template projects commit a434bfa39fd7d58909c0ae78d750e1f5034cc2d3 Author: enricosada <enrico@sada.io> Date: Tue Nov 25 19:26:27 2014 +0100 vs tests, unit tests platfom = x86 commit 0a3f382c7c0d94ee36a7fa6d00d33e82a2408f82 Author: enricosada <enrico@sada.io> Date: Tue Nov 25 18:04:17 2014 +0100 fix exec BuildTestTools.cmd from any working directory commit a04a4674135fbefec8ac6ce63ff24ef6b67b4996 Author: enricosada <enrico@sada.io> Date: Tue Nov 25 17:48:49 2014 +0100 add fail fast on BuildTestTools.cmd commit 4d12a981c4c34a3b1332ee536c6cf1cf9b642e10 Author: enricosada <enrico@sada.io> Date: Tue Nov 25 17:14:48 2014 +0100 removed unused reference to Microsoft.VisualStudio.CommonIDE, Version=9.0.0.0 commit 218910678d09f4338d7a53e6b022d66de959b809 Author: enricosada <enrico@sada.io> Date: Tue Nov 25 17:06:15 2014 +0100 fix use fsc NoWarn and OtherFlags only with fsharp projects commit 1d95c427f62b530b24232d8af9f20af1e90816a9 Author: enricosada <enrico@sada.io> Date: Tue Nov 25 12:33:57 2014 +0100 some fix commit 2a0927f731e7ae3460bc6776737b1d45d4f22819 Author: enricosada <enrico@sada.io> Date: Tue Nov 25 12:33:23 2014 +0100 dont lose call stack on rethrow commit b0a7dd6697c5bb3af9d1cee62ca729d9796b70d6 Author: enricosada <enrico@sada.io> Date: Tue Nov 25 12:32:55 2014 +0100 fix pure function called without assignment fix save with blank in path commit 0c039657a7bd252ab7f30494364e2e4b6d3ef7bd Author: enricosada <enrico@sada.io> Date: Tue Nov 25 12:32:09 2014 +0100 fix wrong param name for ArgumentException commit 06f73b3ac13a863e567d46f86f0ff9627188b7b3 Author: enricosada <enrico@sada.io> Date: Tue Nov 25 12:01:52 2014 +0100 fix possible null ref commit 4c530286bdea65d98e6fd0f4a08d93783657d26b Author: enricosada <enrico@sada.io> Date: Tue Nov 25 12:01:27 2014 +0100 empty statements commit 29cb31e174f54b0ce6f6b925585c902dc85df6e5 Author: enricosada <enrico@sada.io> Date: Tue Nov 25 11:38:40 2014 +0100 fix warnings commit 926c9da8d46c0850ee0f3d67ced6ee31dc862042 Author: enricosada <enrico@sada.io> Date: Tue Nov 25 11:13:06 2014 +0100 add visual studio sdk prereq commit c97e00ebe43a08851aaa048981398273412b5c9a Author: enricosada <enrico@sada.io> Date: Wed Nov 19 16:17:19 2014 +0100 fix 'value is unused' warnings commit c602d91b7256f7311c8a795dd89cb1402a86c338 Author: enricosada <enrico@sada.io> Date: Wed Nov 19 17:15:49 2014 +0100 enable treat warnings as errors on all projects
2014-12-15 23:52:11 +03:00
*.csproj.user
*.sln.DotSettings.user
*.ide
*.log
*.jrs
*.chk
*.bak
*.orig
*.mdf
*.ldf
2016-03-29 21:19:35 +03:00
*.cto
2016-01-29 16:14:37 +03:00
tests/**/FSharp.Core.dll
2016-04-12 02:25:18 +03:00
project.lock.json