From e96f6e6c4655695b6ba650f792ab34b6eaf9315e Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Sat, 15 Jan 2022 18:39:13 +0000 Subject: chore: do not commit .patch files --- .gitignore | 1 + sntpc/.patch | 0 sntpc/Makefile | 2 ++ 3 files changed, 3 insertions(+) delete mode 100644 sntpc/.patch diff --git a/.gitignore b/.gitignore index 4cf3bdf..6cd8480 100644 --- a/.gitignore +++ b/.gitignore @@ -4,5 +4,6 @@ .extract .fetch .install +.patch */*-* */*/ diff --git a/sntpc/.patch b/sntpc/.patch deleted file mode 100644 index e69de29..0000000 diff --git a/sntpc/Makefile b/sntpc/Makefile index 2b8472d..cfd0fb4 100644 --- a/sntpc/Makefile +++ b/sntpc/Makefile @@ -1,3 +1,5 @@ +# See: https://www.docker.com/blog/addressing-time-drift-in-docker-desktop-for-mac/ + url = https://dev.alpinelinux.org/archive/sntpc/sntpc-0.9.tar.xz configure_cmd = : inflate_cmd = xz -cd -- cgit v1.2.3