From fa22160cb0b8aed64ddf286107819da1f52f659f Mon Sep 17 00:00:00 2001 From: guoshichao Date: Fri, 19 Jul 2024 20:47:10 +0800 Subject: [PATCH] apps: update .gitignore rule to exclude "*.inf" file the "*.inf" file are intermediate compilation output from greenhills compiler, we do not need to trace these files Signed-off-by: guoshichao --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 578b989f8..c2434f8d7 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ *.gcda *.hobj *.i +*.inf *.lib *.lst *.o