mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-22 12:23:12 +01:00
x86: baytrail: Add .gitignore for ACPI enabled boards
Let git ignore dsdt.aml, dsdt.asl.tmp and dsdt.c files. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Stefan Roese <sr@denx.de> Tested-by: Stefan Roese <sr@denx.de> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
ad3098f7b8
commit
7a47a0827d
3 changed files with 9 additions and 0 deletions
3
board/congatec/conga-qeval20-qa3-e3845/.gitignore
vendored
Normal file
3
board/congatec/conga-qeval20-qa3-e3845/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
dsdt.aml
|
||||
dsdt.asl.tmp
|
||||
dsdt.c
|
||||
3
board/intel/bayleybay/.gitignore
vendored
Normal file
3
board/intel/bayleybay/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
dsdt.aml
|
||||
dsdt.asl.tmp
|
||||
dsdt.c
|
||||
3
board/intel/minnowmax/.gitignore
vendored
Normal file
3
board/intel/minnowmax/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
dsdt.aml
|
||||
dsdt.asl.tmp
|
||||
dsdt.c
|
||||
Loading…
Add table
Reference in a new issue