mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +02:00
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 <leif.lindholm@linaro.org> Reviewed-by: Laszlo Ersek <lersek@redhat.com> Reviewed-by: Bob Feng <bob.c.feng@intel.com>
This commit is contained in:
parent
9e2416ae2e
commit
5b3e695d8a
13
BaseTools/Conf/diff.order
Normal file
13
BaseTools/Conf/diff.order
Normal file
@ -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
|
19
BaseTools/Conf/gitattributes
Normal file
19
BaseTools/Conf/gitattributes
Normal file
@ -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
|
Loading…
x
Reference in New Issue
Block a user