Revision: 76320
          http://sourceforge.net/p/brlcad/code/76320
Author:   starseeker
Date:     2020-07-13 23:36:05 +0000 (Mon, 13 Jul 2020)
Log Message:
-----------
Remove a few duplicates, always use lf for .sh files

Modified Paths:
--------------
    brlcad/trunk/misc/repoconv/gitattributes

Modified: brlcad/trunk/misc/repoconv/gitattributes
===================================================================
--- brlcad/trunk/misc/repoconv/gitattributes    2020-07-11 03:18:34 UTC (rev 
76319)
+++ brlcad/trunk/misc/repoconv/gitattributes    2020-07-13 23:36:05 UTC (rev 
76320)
@@ -22,7 +22,6 @@
 *.enc text
 *.f text
 *.h text
-*.h text
 *.hpp text
 *.htm text
 *.html text
@@ -50,8 +49,6 @@
 *.res text
 *.rt text
 *.s text
-*.sh text
-*.sh text
 *.spec text
 *.tcl text
 *.terms text
@@ -60,7 +57,6 @@
 *.tk text
 *.tr text
 *.txt text
-*.txt text
 *.vbs text
 *.vcf text
 *.xml text
@@ -79,6 +75,8 @@
 ### catch-all for files starting and ending in all caps with optional (e.g. 
READ.ME)
 [A-Z._][A-Z._]*[A-Z._] text
 
+# Declare files that will always have LF line endings on checkout.
+*.sh text eol=lf
 
 # Declare files that will always have CRLF line endings on checkout.
 *.bat text eol=crlf

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

Reply via email to