From 66d37c074626d91d597d2bc44f726706727c5802 Mon Sep 17 00:00:00 2001 From: 0oyun <149242731+0oyun@users.noreply.github.com> Date: Sun, 11 Aug 2024 23:59:50 +0800 Subject: [PATCH] Update .gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2ea9566..3b7a4bb 100644 --- a/.gitignore +++ b/.gitignore @@ -26,4 +26,6 @@ Cargo.lock **/.DS_Store **/results/* -**/results/ \ No newline at end of file +**/results/ + +/halo2_ecc/data/ \ No newline at end of file