public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
From: Orgad Shaneh <orgads@gmail.com>
To: gdb-patches@sourceware.org
Cc: Orgad Shaneh <orgads@gmail.com>
Subject: [PATCH] gitattributes: set eol=lf for files that fail on Windows
Date: Tue, 26 Oct 2021 14:28:27 +0000	[thread overview]
Message-ID: <20211026142827.2524181-1-orgads@gmail.com> (raw)

When core.autocrlf is true, gas documentation and igen in sim/ppc fail to
build.
---
 .gitattributes         | 1 +
 sim/ppc/.gitattributes | 4 ++++
 2 files changed, 5 insertions(+)
 create mode 100644 sim/ppc/.gitattributes

diff --git a/.gitattributes b/.gitattributes
index 06d51d28a95..b3777e07dab 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -18,3 +18,4 @@
 #     file gets renamed again ...
 
 ChangeLog       merge=merge-changelog
+*.texi eol=lf
diff --git a/sim/ppc/.gitattributes b/sim/ppc/.gitattributes
new file mode 100644
index 00000000000..216605694b8
--- /dev/null
+++ b/sim/ppc/.gitattributes
@@ -0,0 +1,4 @@
+/*.igen eol=lf
+/dc-complex eol=lf
+/ppc-instructions eol=lf
+/ppc-spr-table eol=lf
-- 
2.33.1.windows.1.1.g7e610705a5


             reply	other threads:[~2021-10-26 14:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-26 14:28 Orgad Shaneh [this message]
2022-05-14  0:57 ` Mike Frysinger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211026142827.2524181-1-orgads@gmail.com \
    --to=orgads@gmail.com \
    --cc=gdb-patches@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).