summaryrefslogtreecommitdiffstats
path: root/.gitignore
AgeCommit message (Collapse)Author
2019-04-12Add Cargo.lock to the repository.Justus Winter
- This enables reproducible builds of our tools and shared objects. - Fixes #9.
2018-11-24Make cargo package happy.Justus Winter
2018-09-26openpgp: Include the lalrpop-generated code.Justus Winter
- Previously, lalrpop wrote the generated code into the source directory. This changed with the new version. - Fixes #109. - Fixes 926157cc7ee13c4953dec8df9b2452fe2e3c05ae.
2018-07-20openpgp: Add a formal grammar for validating and building TPKsNeal H. Walfield
2018-07-19openpgp: add auto-gen grammar file to gitignoreKai Michaelis
2017-12-13Split up Sequoia.Justus Winter
- Split up into six crates: buffered-reader, openpgp, sequoia-core, sequoia-ffi, sequoia-net, and sequoia-store. - Adjust imports accordingly.
2017-11-24Ignore .gdb_history files.Justus Winter
2017-11-23Ignore core files.Justus Winter
2017-10-16openpgp: Add the start of a parser in nom.Neal H. Walfield