add generated files to .gitignore

This commit is contained in:
poma 2020-01-08 19:17:47 +07:00
parent 4eb35aaee6
commit d72f81b180
No known key found for this signature in database
GPG Key ID: BA20CB01FE165657
2 changed files with 4 additions and 2 deletions

1
phase2/.gitignore vendored

@ -3,3 +3,4 @@ phase1*
**/*.rs.bk
Cargo.lock
node_modules
phase1radix2m*

@ -1,6 +1,7 @@
/target/
**/*.rs.bk
transcript*
transcript
challenge*
response*
new_challenge*
phase1radix2m*
tmp_*