From 2f7ad4cdcdefa5e194be5a876281d5b512417484 Mon Sep 17 00:00:00 2001 From: Arthur Meyre Date: Tue, 18 Jun 2024 14:19:43 +0200 Subject: [PATCH] chore(ci): add server.PID from WASM tests to .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 22d89f906..db2c21b25 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,6 @@ dieharder_run.log # Cuda local build backends/tfhe-cuda-backend/cuda/cmake-build-debug/ + +# WASM tests +tfhe/web_wasm_parallel_tests/server.PID