diff options
author | Manish V Badarkhe <Manish.Badarkhe@arm.com> | 2023-04-05 08:57:32 +0100 |
---|---|---|
committer | Manish V Badarkhe <Manish.Badarkhe@arm.com> | 2023-04-05 09:47:15 +0100 |
commit | 09b053bed7eb153fb1755f442ae5e97be0049113 (patch) | |
tree | 3ac4b68ab7180c88c4ad6394e5e7204502bc78eb | |
parent | 42fb812a7525682362096d651a3749787b3bd555 (diff) | |
download | arm-trusted-firmware-09b053bed7eb153fb1755f442ae5e97be0049113.tar.gz |
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>
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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 |