Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hutchinson <mhutchinson@novell.com>2010-07-25 08:50:56 +0400
committerMichael Hutchinson <mhutchinson@novell.com>2010-07-25 08:50:56 +0400
commitd1e3dc158d4016145f54631ff56917e803dda2e3 (patch)
tree3470e1582683c51a7ff9158812bd170cc89ff2c4 /.gitattributes
parent3e259e99719e3fafa400050f4c40fa494ec42eea (diff)
Better comment about proj files.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes
index 847cba8fe3..0a9836fbe7 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -23,9 +23,10 @@
# Having proj files as crlf on windows will make VS happier
# MD can deal with (and preserve) either, so it doesn't matter.
+# Unfortunately MD creates with LF, so we need to convert these.
*proj crlf
-# Stetic's XML files are always generated using native line endings, so need to be converted
+# Stetic's XML files are always generated using native line endings, so need to be converted.
# Sadly, git has useless path globs
gui.stetic crlf
*/*/gtk-gui/*objects.xml crlf