From af7cb6a643db810536605feab1402654a9818569 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Thu, 18 Apr 2024 16:45:50 +0200 Subject: [PATCH] gitignore: Add *~ for editor backups. Signed-off-by: Enrico Weigelt, metux IT consult Part-of: --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 1baa360..a23c306 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ *.pc +*~ Makefile Makefile.in Xfuncproto.h @@ -18,3 +19,4 @@ man/Xprint.7 missing stamp-h1 stamp-h2 +test-driver