This is an automated email from the ASF dual-hosted git repository. sandreoli pushed a commit to branch add-full-example in repository https://gitbox.apache.org/repos/asf/incubator-milagro-MPC.git
commit 00e8316d70d4a7f968c107e60fc0bfa333fa0697 Author: Samuele Andreoli <[email protected]> AuthorDate: Fri Feb 14 11:03:19 2020 +0000 amend gitignore after removign model --- .gitignore | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index e570758..6b77c42 100644 --- a/.gitignore +++ b/.gitignore @@ -4,12 +4,7 @@ incubator-milagro-crypto-c **/*~ **/*bak -model/sec256k1/__pycache__/ -model/sec256k1/*.pyc -model/examples/game.json -model/vectors/*/__pycache__ -model/vectors/*/*.txt -model/vectors/*/*.json +python/__pycache__/ vagrant/.vagrant target @@ -18,4 +13,3 @@ vagrant/repo log.txt coverage examples/scratch.c -model/examples/scratch.py
