From a66f07344b4e7b108c1eb4169e0ec1be3a43800b Mon Sep 17 00:00:00 2001 From: Orgad Shaneh <orgad.shaneh@audiocodes.com> Date: Sun, 27 Oct 2013 08:44:51 +0200 Subject: [PATCH] Dist/gdb: Use eol=lf for patches Suppress patch warning on Windows Change-Id: I2af2c45886dd2e095c1050f0ddc47bbdb3d40f86 Reviewed-by: David Schulz <david.schulz@digia.com> --- dist/gdb/patches/.gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 dist/gdb/patches/.gitattributes diff --git a/dist/gdb/patches/.gitattributes b/dist/gdb/patches/.gitattributes new file mode 100644 index 00000000000..dbf3d256b79 --- /dev/null +++ b/dist/gdb/patches/.gitattributes @@ -0,0 +1 @@ +*.patch eol=lf -- GitLab