diff options
author | David Goulet <dgoulet@torproject.org> | 2022-06-27 14:46:21 -0400 |
---|---|---|
committer | Micah Elizabeth Scott <beth@torproject.org> | 2023-05-10 07:37:10 -0700 |
commit | 95445f49f1be510e16b4cfc7d5312f69bf46d9da (patch) | |
tree | a49b69ab908de32054f4eb2cfa7fceffc36075a6 /src/ext/equix/hashx/.gitignore | |
parent | 9ee71eaf5ad83efec8366ecf17da5ba57ab47cde (diff) | |
download | tor-95445f49f1be510e16b4cfc7d5312f69bf46d9da.tar.gz tor-95445f49f1be510e16b4cfc7d5312f69bf46d9da.zip |
ext: Add Equi-X library
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'src/ext/equix/hashx/.gitignore')
-rw-r--r-- | src/ext/equix/hashx/.gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ext/equix/hashx/.gitignore b/src/ext/equix/hashx/.gitignore new file mode 100644 index 0000000000..ec94c2c699 --- /dev/null +++ b/src/ext/equix/hashx/.gitignore @@ -0,0 +1,9 @@ +bin/ +obj/ +*.user +*.suo +.vs +x64/ +Release/ +Debug/ +build/ |