Repository: incubator-reef
Updated Branches:
  refs/heads/master a98a5ecb5 -> c2e791628


[REEF-602] Treat .sln files as binary

JIRA:
  [REEF-602](https://issues.apache.org/jira/browse/REEF-602)

Pull Request:
  This closes #378


Project: http://git-wip-us.apache.org/repos/asf/incubator-reef/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-reef/commit/c2e79162
Tree: http://git-wip-us.apache.org/repos/asf/incubator-reef/tree/c2e79162
Diff: http://git-wip-us.apache.org/repos/asf/incubator-reef/diff/c2e79162

Branch: refs/heads/master
Commit: c2e791628fd2d13d92a6780d687da5d526149e7d
Parents: a98a5ec
Author: Markus Weimer <wei...@apache.org>
Authored: Mon Aug 17 18:53:48 2015 -0700
Committer: Brian Cho <chobr...@apache.org>
Committed: Tue Aug 18 13:05:08 2015 +0900

----------------------------------------------------------------------
 lang/cs/.gitattributes | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/c2e79162/lang/cs/.gitattributes
----------------------------------------------------------------------
diff --git a/lang/cs/.gitattributes b/lang/cs/.gitattributes
index bf96f35..52b42a9 100644
--- a/lang/cs/.gitattributes
+++ b/lang/cs/.gitattributes
@@ -7,3 +7,6 @@
 *.snk binary
 *.ico binary
 *.bin binary
+
+# Treat Visual Studio solution files as binary
+*.sln binary

Reply via email to