From a5b9fb5304a5b902dc0256d8056fb965345f5b80 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol <> Date: Mon, 4 Jan 2021 17:57:02 +0100 Subject: [PATCH] .gitignore: ignore files ending with ~ I'm lately getting this kind of files in git after building: config.guess~ config.sub~ configure~ install-sh~ Let's ignore them. Change-Id: I976e3a33f638f4cd19650b9c799e61713d73bf8a --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 01f4f47d..c8b1d069 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,7 @@ install-sh missing *libtool ltmain.sh +*~ core core.*