Skip to content
This repository was archived by the owner on Feb 19, 2020. It is now read-only.

Commit b00fa1d

Browse files
committed
Merge branch 'master' of https://github.com/ovatsus/fsharp into ovatsus-master
Conflicts: .gitattributes
2 parents 38e8642 + 6fda130 commit b00fa1d

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.gitattributes

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@
2121
*.rtf diff=astextplain
2222
*.RTF diff=astextplain
2323

24-
autogen.sh text eol=lf
25-
launcher.in text eol=lf
26-
config.make.in text eol=lf
2724
targets.make text eol=lf
28-
configure.ac text eol=lf
29-
Makefile.in text eol=lf
25+
install-sh text eol=lf
26+
*.in text eol=lf
27+
*.ac text eol=lf
28+
*.sh text eol=lf

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,6 @@ src/fsharp/FSharp.Compiler-proto/pars.fsi
5353
tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource/Sample_VS2012_FSharp_ConsoleApp_net45/Sample_VS2012_FSharp_ConsoleApp_net45.sln
5454
tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource/Sample_VS2012_FSharp_ConsoleApp_net45/Sample_VS2012_FSharp_ConsoleApp_net45.userprefs
5555
*.suo
56-
obj
56+
obj
57+
src/fsharp/FSharp.Data.TypeProviders/FSData.resx
58+
src/fsharp/fsiAnyCpu/FSIstrings.resx

0 commit comments

Comments
 (0)