From 99363f6b43f19b106ce17638c1023d42460bbd40 Mon Sep 17 00:00:00 2001 From: Jon Lundy Date: Thu, 11 Jun 2020 21:31:22 -0600 Subject: [PATCH] update .gitignore --- .gitignore | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index e5a5e2856..457a4065e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,8 @@ _MTN lib/ whoisd/ -/utils/ -!/utils/schema-check -!/utils/registry -__pycache__ \ No newline at end of file +__pycache__ +.index +.links +.netindex +/utils/ \ No newline at end of file