Revision: 76494
http://sourceforge.net/p/brlcad/code/76494
Author: starseeker
Date: 2020-07-25 14:47:03 +0000 (Sat, 25 Jul 2020)
Log Message:
-----------
terra.dsp needs to be regarded as a binary - we've had trouble with that in the
past. Make a note.
Modified Paths:
--------------
brlcad/trunk/misc/repoconv/gitattributes
Modified: brlcad/trunk/misc/repoconv/gitattributes
===================================================================
--- brlcad/trunk/misc/repoconv/gitattributes 2020-07-25 14:20:15 UTC (rev
76493)
+++ brlcad/trunk/misc/repoconv/gitattributes 2020-07-25 14:47:03 UTC (rev
76494)
@@ -80,8 +80,6 @@
# Declare files that will always have CRLF line endings on checkout.
*.bat text eol=crlf
-*.dsp text eol=crlf
-*.dsp text eol=crlf
*.dsw text eol=crlf
*.dsw text eol=crlf
*.rc text eol=crlf
@@ -100,6 +98,10 @@
*.chm binary
*.cur binary
*.doc binary
+# NOTE! .dsp is normally CRLF, but we also use it for displacement map files
+# such as db/terra.dsp. That file has been accidentally changed by other .dsp
+# filters in the past, so know for our repository this extension must be binay.
+*.dsp binary
*.dylib binary
*.eps binary
*.g binary
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits