microsoft / PQCrypto-SIDH

SIDH Library is a fast and portable software library that implements state-of-the-art supersingular isogeny cryptographic schemes. The chosen parameters aim to provide security against attackers running a large-scale quantum computer, and security against classical algorithms.
MIT License
317 stars 101 forks source link

Add gitignores for build output from Makefile #37

Closed xfbs closed 3 years ago

xfbs commented 3 years ago

When building using the provided Makefile, it creates a lot of directories containing built object code. This adds the build output folders to the gitignore file.

Note: there is a lot of things in the gitignore already that seem like they might not be relevant to this project (see existing file), should it maybe be cleaned out at some point?

patricklonga commented 3 years ago

I completed the cleanup of gitignore as suggested. Thanks!