From 19b9e8811c52550dea7b9055c641c5c4befb629a Mon Sep 17 00:00:00 2001 From: Dheepak Krishnamurthy Date: Mon, 27 Jul 2020 00:37:48 -0600 Subject: [PATCH] Add tests/data to .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 730eac4..304a2b3 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,5 @@ Cargo.lock **/*.rs.bk # End of https://www.toptal.com/developers/gitignore/api/rust + +tests/data