From 09b053bed7eb153fb1755f442ae5e97be0049113 Mon Sep 17 00:00:00 2001 From: Manish V Badarkhe <Manish.Badarkhe@arm.com> Date: Wed, 5 Apr 2023 08:57:32 +0100 Subject: [PATCH] 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 <Manish.Badarkhe@arm.com> --- .gitignore | 1 + 1 file changed, 1 insertion(+) 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