aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-llcrypto/fuzz/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Do not .gitignore crates/*/fuzz/corpusIan Jackson2023-01-201-1/+0
| | | | | These are symlinks which are actually checked in. They should not be ignored. (This caused trouble for some of my privsep tooling...)
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+4
This will cause some pain for now, but now is really the best time to do this kind of thing.