From 74c4b391e2ea74e6500bcf95bc2a1c533b1da3fd Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Tue, 21 Jan 2020 15:58:41 -0500 Subject: [PATCH] gitignore: add scratch directory --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 2625378..f1a4d65 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,5 @@ target scratch* bench_large/huge BREADCRUMBS +/tmp +/aho-corasick-debug/Cargo.lock