.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
This commit is contained in:
Pau Espin Pedrol 2021-01-04 17:57:02 +01:00
parent 8b4b19a012
commit a5b9fb5304
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -20,6 +20,7 @@ install-sh
missing
*libtool
ltmain.sh
*~
core
core.*