From 30f372ce1666f2ff386acb44429281fa7a9dad41 Mon Sep 17 00:00:00 2001 From: Brett Nicholas <7547222+bigbrett@users.noreply.github.com> Date: Wed, 20 Nov 2024 15:26:55 -0700 Subject: [PATCH] add autogenerated error trace headers to gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 87ff413b3f..cf70123273 100644 --- a/.gitignore +++ b/.gitignore @@ -457,3 +457,7 @@ wrapper/Ada/obj/ /**/.vscode/launch.json /**/.vscode/ipch /**/sdkconfig.esp32dev + +# Autogenerated debug trace headers +wolfssl/debug-trace-error-codes.h +wolfssl/debug-untrace-error-codes.h