From 5977279f0e0a921b81549b1aa5ff4032a9dbe483 Mon Sep 17 00:00:00 2001 From: Xiang Xiao Date: Wed, 4 May 2022 22:12:45 +0800 Subject: [PATCH] Add clang profile outpput(*.profraw) to .gitignore Signed-off-by: Xiang Xiao --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 638ff91736..b632f78ca3 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,7 @@ *.map *.o *.obj +*.profraw *.rel *.src *.srec