From 9eac8bf5a9e14b2301476349c6fdda053b0e907e Mon Sep 17 00:00:00 2001 From: Juliusz Sosinowicz Date: Mon, 19 Sep 2022 11:42:45 +0200 Subject: [PATCH] Add async and fips test folders to gitignore --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 1452c9850..49238abcc 100644 --- a/.gitignore +++ b/.gitignore @@ -392,3 +392,9 @@ cmake_install.cmake # Pycharm and other IDEs \.idea + +# FIPS +XXX-fips-test + +# ASYNC +async