From 4f9c1d9f32fa4df8dc52b9928ab16bcbec3519a6 Mon Sep 17 00:00:00 2001 From: James Mills <1290234+prologic@users.noreply.github.com> Date: Sun, 12 Mar 2023 22:50:11 +1000 Subject: [PATCH] Add a .zsignore to ignore unwanted files --- .zsignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .zsignore diff --git a/.zsignore b/.zsignore new file mode 100644 index 0000000..a15ca3c --- /dev/null +++ b/.zsignore @@ -0,0 +1,8 @@ +*~ +*.bak + +COPYING +Dockerfile +LICENSE +Makefile +README.md