aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad Griffis2019-08-16 16:08:52 -0500
committerBrad Griffis2019-08-16 16:08:52 -0500
commitfa8c2f0d29f4125633f8e86066a052497508549f (patch)
treee76988745cd5ebbf195c7d34a7f17b9cec2d1bfd
parentb7d70f8ced748c8191eccd8773df5e2b8be76401 (diff)
downloadam335x-dss-files-fa8c2f0d29f4125633f8e86066a052497508549f.tar.gz
am335x-dss-files-fa8c2f0d29f4125633f8e86066a052497508549f.tar.xz
am335x-dss-files-fa8c2f0d29f4125633f8e86066a052497508549f.zip
Use unix line endings for target bash scripts
-rw-r--r--.gitattributes3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index f883347..a88db31 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -2,3 +2,6 @@
2# Some windows editors like notepad have trouble display unix line endings. 2# Some windows editors like notepad have trouble display unix line endings.
3# Windows line endings work fine in CCS for both Windows and Linux. 3# Windows line endings work fine in CCS for both Windows and Linux.
4* text eol=crlf 4* text eol=crlf
5
6# Bash scripts for Linux target should have Unix line endings.
7*.sh eol=lf