-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.gitignore
134 lines (131 loc) · 3.64 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
bin
lib/debug
lib/release
lib/proto
lib/bootstrap/4.0/*.mdb
lib/bootstrap/4.0/*.xml
lib/bootstrap/4.0/fsharpc
lib/bootstrap/4.0/fsharpi
lib/bootstrap/4.0/policy*
aclocal.m4
src/*.userprefs
src/fsharp/FSStrings.resources
lkg
pack
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
Debug
Proto
.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-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.Silverlight/lex.fs
src/fsharp/FSharp.Compiler.Silverlight/pars.fs
src/fsharp/FSharp.Compiler.Silverlight/pars.fsi
*~
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
src/fsharp/FSharp.Data.TypeProviders/FSData.resx
src/fsharp/fsiAnyCpu/FSIstrings.resx
*.actual
*.mdb
*test.txt
tests/fsharp/optimize/stats/*
tests/fsharp/core/printing/*
tests/fsharp/core/csfromfs/*
tests/fsharp/core/control*/*
tests/fsharp/core/unicode/*
tests/fsharp/optimize/*/*
tests/fsharp/typeProviders/builtin/*
tests/*.log
tests/fsharp/core/fsfromcs/*
tests/fsharp/core/load-script/out.txt
test.fs
*.resx
Vagrantfile
.vagrant
out
fsharp/FSharp.Compiler.Silverlight/FSComp.resx
fsharp/Script2.fsx
fsharp/Script3.fsx
tests/fsharp/core/resources/Resources.resources
test*.il
test*.res
tmptest*.ml
tmptest*.mli
*.csdl
*.ssdl
_UNATTENDEDLOG
test.ok
build.ok
*.dll.config
*.exe.config
*.pdb
*.exe
*.dll
*.err
*.diff
*.vsdiff
*.vserr
*.userprefs
extras
ossreadme*.txt
tests/fsharp/typecheck/sigs/*.diff
tests/fsharp/typecheck/sigs/*.err
tests/fsharp/typecheck/sigs/*.vsdiff
tests/fsharp/typecheck/sigs/*.vserr
src/fsharp/FSharp.LanguageService.Compiler/illex.*
src/fsharp/FSharp.LanguageService.Compiler/ilpars.*
src/fsharp/FSharp.LanguageService.Compiler/lex.*
src/fsharp/FSharp.LanguageService.Compiler/pars.*
tests/fsharp/typecheck/sigs/*.dll
tests/fsharp/typecheck/sigs/*.exe
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/
tests/fsharpqa/Source/CodeGen/EmittedIL/QueryExpressionStepping/Utils.dll
tests/fsharpqa/Source/CodeGen/EmittedIL/ComputationExpressions/ComputationExprLibrary.dll
packages
FSharp.Core.Nuget/*.nupkg
data
*.log
node_modules/
.idea/