From d72f81b180b412121b6deed87ba6e0484f0eff79 Mon Sep 17 00:00:00 2001 From: poma Date: Wed, 8 Jan 2020 19:17:47 +0700 Subject: [PATCH] add generated files to .gitignore --- phase2/.gitignore | 1 + powersoftau/.gitignore | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/phase2/.gitignore b/phase2/.gitignore index 2c6c0b9..18190f3 100644 --- a/phase2/.gitignore +++ b/phase2/.gitignore @@ -3,3 +3,4 @@ phase1* **/*.rs.bk Cargo.lock node_modules +phase1radix2m* \ No newline at end of file diff --git a/powersoftau/.gitignore b/powersoftau/.gitignore index b544111..48b99cf 100644 --- a/powersoftau/.gitignore +++ b/powersoftau/.gitignore @@ -1,6 +1,7 @@ /target/ **/*.rs.bk -transcript* +transcript challenge* response* -new_challenge* +phase1radix2m* +tmp_* \ No newline at end of file