[Pkg-cli-apps-commits] [fsharp] 01/09: Fix build and installation on cygwin

Christopher Halse Rogers raof-guest at moszumanska.debian.org
Mon Dec 16 04:01:53 UTC 2013


This is an automated email from the git hooks/post-receive script.

raof-guest pushed a commit to branch master
in repository fsharp.

commit 6fda130e3b622d3de4b5e576dbc847aaa8e532bd
Author: Gustavo Guerra <gustavo at codebeside.org>
Date:   Sun Sep 29 18:08:26 2013 +0100

    Fix build and installation on cygwin
---
 .gitattributes | 5 +++++
 .gitignore     | 4 +++-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/.gitattributes b/.gitattributes
index 6a35cef..2c1c35c 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -20,3 +20,8 @@
 *.PDF	 diff=astextplain
 *.rtf	 diff=astextplain
 *.RTF	 diff=astextplain
+
+install-sh text eol=lf
+*.in text eol=lf
+*.ac text eol=lf
+*.sh text eol=lf
\ No newline at end of file
diff --git a/.gitignore b/.gitignore
index 0a7191d..ffe6926 100644
--- a/.gitignore
+++ b/.gitignore
@@ -53,4 +53,6 @@ src/fsharp/FSharp.Compiler-proto/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
\ No newline at end of file
+obj
+src/fsharp/FSharp.Data.TypeProviders/FSData.resx
+src/fsharp/fsiAnyCpu/FSIstrings.resx

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-apps/packages/fsharp.git



More information about the Pkg-cli-apps-commits mailing list