Skip to content

Commit 492c1af

Browse files
committed
Updates to .gitignore
- Ignore new files introduced in fsharp4 branch, as they might be hanging around when you switch to master - Ignore some test directories - Ignore various other stuff already marked in fsharp4 (changeset 1401726)
1 parent 536bb21 commit 492c1af

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.gitignore

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,29 +45,43 @@ src/fsharp/FSharp.Compiler/ilpars.fsi
4545
src/fsharp/FSharp.Compiler/lex.fs
4646
src/fsharp/FSharp.Compiler/pars.fs
4747
src/fsharp/FSharp.Compiler/pars.fsi
48+
src/fsharp/FSharp.Compiler/pplex.fs
49+
src/fsharp/FSharp.Compiler/pppars.fs
50+
src/fsharp/FSharp.Compiler/pppars.fsi
4851
src/fsharp/FSharp.Compiler-proto/illex.fs
4952
src/fsharp/FSharp.Compiler-proto/ilpars.fs
5053
src/fsharp/FSharp.Compiler-proto/ilpars.fsi
5154
src/fsharp/FSharp.Compiler-proto/lex.fs
5255
src/fsharp/FSharp.Compiler-proto/pars.fs
5356
src/fsharp/FSharp.Compiler-proto/pars.fsi
57+
src/fsharp/FSharp.Compiler-proto/pplex.fs
58+
src/fsharp/FSharp.Compiler-proto/pppars.fs
59+
src/fsharp/FSharp.Compiler-proto/pppars.fsi
5460
*~
5561
tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource/Sample_VS2012_FSharp_ConsoleApp_net45/Sample_VS2012_FSharp_ConsoleApp_net45.sln
5662
tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource/Sample_VS2012_FSharp_ConsoleApp_net45/Sample_VS2012_FSharp_ConsoleApp_net45.userprefs
5763
*.suo
5864
obj
5965
extras
6066
ossreadme*.txt
67+
tests/fsharp/typecheck/sigs/*.exe
6168
tests/fsharp/typecheck/sigs/*.diff
6269
tests/fsharp/typecheck/sigs/*.err
6370
tests/fsharp/typecheck/sigs/*.vsdiff
71+
tests/fsharp/typecheck/sigs/*.dll
6472
tests/fsharp/typecheck/sigs/*.vserr
6573
src/fsharp/FSharp.LanguageService.Compiler/illex.*
6674
src/fsharp/FSharp.LanguageService.Compiler/ilpars.*
6775
src/fsharp/FSharp.LanguageService.Compiler/lex.*
6876
src/fsharp/FSharp.LanguageService.Compiler/pars.*
77+
src/fsharp/FSharp.LanguageService.Compiler/pplex.fs
78+
src/fsharp/FSharp.LanguageService.Compiler/pppars.fs
79+
src/fsharp/FSharp.LanguageService.Compiler/pppars.fsi
6980
tests/fsharp/typecheck/sigs/*.dll
7081
tests/fsharp/typecheck/sigs/*.exe
82+
tests/fsharp/typeProviders/builtin/SqlDataConnection/DataDirectory/
83+
tests/fsharp/typeProviders/builtin/SqlDataConnection/ExampleResolutionFolder/
84+
tests/fsharp/typeProviders/builtin/SqlEntityConnection/DataDirectory/
7185
vsintegration/src/unittests/Unittests.fsi
7286
tests/fsharpqa/Source/CodeGen/EmittedIL/StaticInit/StaticInit_Module01.dll
7387
tests/fsharpqa/Source/CodeGen/EmittedIL/StaticInit/StaticInit_Module01.pdb

0 commit comments

Comments
 (0)