From b95320f15858da8d824c73864fac08b59c98a1d1 Mon Sep 17 00:00:00 2001 From: "W.C.A. Wijngaards" Date: Thu, 20 Jun 2024 11:21:30 +0200 Subject: [PATCH] Add the .depend file that is produced by the Makefile to gitignore. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index d61d2dda..a3372c07 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ /configure~ /libzone.a /make.dep +/.depend /Makefile /include/zone/export.h /src/config.h.in~