From a46ad0e94327a0cd3f3863d18c2102c69b0a4390 Mon Sep 17 00:00:00 2001 From: Dan Church Date: Sat, 12 Nov 2022 10:59:45 -0600 Subject: [PATCH] Update gitignore --- .gitignore | 5 +++-- lists/.gitignore | 7 +++++++ lists/.gitkeep | 0 3 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 lists/.gitignore delete mode 100644 lists/.gitkeep diff --git a/.gitignore b/.gitignore index 75d5e8b..003a0ef 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ -block.list -*.list.old +/*.list.old +/block.list +/update.cfg diff --git a/lists/.gitignore b/lists/.gitignore new file mode 100644 index 0000000..f59469d --- /dev/null +++ b/lists/.gitignore @@ -0,0 +1,7 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore +# ... And some others +!/AdroitAdorKhan-core.hosts +!/custom-ad-domains.domains diff --git a/lists/.gitkeep b/lists/.gitkeep deleted file mode 100644 index e69de29..0000000