From 5b3e695d8ac5de5220c8520091832d507e6f9542 Mon Sep 17 00:00:00 2001 From: Leif Lindholm Date: Mon, 10 Jun 2019 19:54:09 +0800 Subject: [PATCH] BaseTools: add centralized location for git config files Before adding the git environment initialization script, add the following files that will be pointed to after running said script: - BaseTools/Conf/diff.order - BaseTools/Conf/gitattributes Signed-off-by: Leif Lindholm Reviewed-by: Laszlo Ersek Reviewed-by: Bob Feng --- BaseTools/Conf/diff.order | 13 +++++++++++++ BaseTools/Conf/gitattributes | 19 +++++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 BaseTools/Conf/diff.order create mode 100644 BaseTools/Conf/gitattributes diff --git a/BaseTools/Conf/diff.order b/BaseTools/Conf/diff.order new file mode 100644 index 0000000000..68b926ca94 --- /dev/null +++ b/BaseTools/Conf/diff.order @@ -0,0 +1,13 @@ +# +# Copyright (c) 2019, Linaro Ltd. All rights reserved. +# +# SPDX-License-Identifier: BSD-2-Clause-Patent +# +*.dec +*.dsc.inc +*.dsc +*.fdf +*.inf +*.h +*.vfr +*.c diff --git a/BaseTools/Conf/gitattributes b/BaseTools/Conf/gitattributes new file mode 100644 index 0000000000..9b6ab81a47 --- /dev/null +++ b/BaseTools/Conf/gitattributes @@ -0,0 +1,19 @@ +# +# Copyright (c) 2019, Linaro Ltd. All rights reserved. +# +# SPDX-License-Identifier: BSD-2-Clause-Patent +# +*.efi -diff +*.EFI -diff +*.bin -diff +*.BIN -diff +*.raw -diff +*.RAW -diff +*.bmp -diff +*.BMP -diff +*.dec diff=ini +*.dsc diff=ini +*.dsc.inc diff=ini +*.fdf diff=ini +*.fdf.inc diff=ini +*.inf diff=ini -- 2.39.2