From e2b3c48dfebe2aed119cc9dd87adc02cbc0ece34 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 11 Dec 2021 23:34:25 -0500 Subject: [PATCH] gitignore: drop redundant config.h.in~ rule Since we're ignoring all *~ files, we don't need this explicit one. * .gitignore: Delete config.h.in~ rule. --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6e7809bff..40540ad7e 100644 --- a/.gitignore +++ b/.gitignore @@ -28,7 +28,6 @@ /doc/amhello/aclocal.m4 /doc/amhello/compile /doc/amhello/config.h.in -/doc/amhello/config.h.in~ /doc/amhello/configure /doc/amhello/depcomp /doc/amhello/install-sh -- 2.47.2