diff options
| author | Bin Meng <[email protected]> | 2016-05-07 07:46:34 -0700 |
|---|---|---|
| committer | Bin Meng <[email protected]> | 2016-05-23 15:18:00 +0800 |
| commit | 7a47a0827ddc047ec6c722ac4567b4c19e699412 (patch) | |
| tree | 4e92a7a0ded58423828240e9775503d1198a8215 /board/intel | |
| parent | ad3098f7b8167915f59c2a2cb59fdac26730f601 (diff) | |
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 <[email protected]>
Reviewed-by: Stefan Roese <[email protected]>
Tested-by: Stefan Roese <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'board/intel')
| -rw-r--r-- | board/intel/bayleybay/.gitignore | 3 | ||||
| -rw-r--r-- | board/intel/minnowmax/.gitignore | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/board/intel/bayleybay/.gitignore b/board/intel/bayleybay/.gitignore new file mode 100644 index 00000000000..6eb8a5481ab --- /dev/null +++ b/board/intel/bayleybay/.gitignore @@ -0,0 +1,3 @@ +dsdt.aml +dsdt.asl.tmp +dsdt.c diff --git a/board/intel/minnowmax/.gitignore b/board/intel/minnowmax/.gitignore new file mode 100644 index 00000000000..6eb8a5481ab --- /dev/null +++ b/board/intel/minnowmax/.gitignore @@ -0,0 +1,3 @@ +dsdt.aml +dsdt.asl.tmp +dsdt.c |
