From 14f8a032c06d4c7ab7c0764075b4d7280036cf51 Mon Sep 17 00:00:00 2001 From: David Garske Date: Wed, 27 Mar 2024 13:32:32 -0700 Subject: [PATCH] Add Infineon Modus Toolbox support. See `wolfssl/IDE/Infineon/README.md` for setup instructions. --- .cyignore | 4 ++++ Makefile.am | 1 + 2 files changed, 5 insertions(+) create mode 100644 .cyignore diff --git a/.cyignore b/.cyignore new file mode 100644 index 00000000..0a3ff1db --- /dev/null +++ b/.cyignore @@ -0,0 +1,4 @@ +# wolfTPM folders +$(SEARCH_wolftpm)/IDE +$(SEARCH_wolftpm)/examples +$(SEARCH_wolftpm)/tests \ No newline at end of file diff --git a/Makefile.am b/Makefile.am index 90c1148d..dc750f09 100644 --- a/Makefile.am +++ b/Makefile.am @@ -43,6 +43,7 @@ include wrapper/include.am include hal/include.am include cmake/include.am +EXTRA_DIST+= .cyignore EXTRA_DIST+= README.md EXTRA_DIST+= ChangeLog.md EXTRA_DIST+= LICENSE