From: Manish V Badarkhe Date: Wed, 5 Apr 2023 07:57:32 +0000 (+0100) Subject: chore: add dependency files generated by tools to .gitignore X-Git-Tag: baikal/aarch64/sdk5.10~1^2~110^2 X-Git-Url: https://git.baikalelectronics.ru/?a=commitdiff_plain;h=09b053bed7eb153fb1755f442ae5e97be0049113;p=arm-tf.git chore: add dependency files generated by tools to .gitignore In order to avoid git tracking dependency files generated while compiling tools, the .gitignore list was updated with these files. Change-Id: I97f1ace40441353779f4f82051d66c478571df38 Signed-off-by: Manish V Badarkhe --- diff --git a/.gitignore b/.gitignore index ab2c0c44f..ac9a11d79 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ build/ # Ignore build products from tools tools/**/*.o +tools/**/*.d tools/renesas/rcar_layout_create/*.bin tools/renesas/rcar_layout_create/*.srec tools/renesas/rcar_layout_create/*.map