gitignore: add .version and *~

Use *~ instead of *.*~, so it covers configure~ too.

Change-Id: If0b4c559727b04532353b267180c9d465b323d12
This commit is contained in:
Oliver Smith 2024-03-18 13:35:16 +01:00
parent 82c4b31b13
commit 8dad1ad9cf
1 changed files with 2 additions and 2 deletions

4
.gitignore vendored
View File

@ -3,8 +3,8 @@ autoscan-2.*.log
configure.scan
# autoreconf by-products
.version
Makefile.in
aclocal.m4
autom4te.cache/
config.guess
@ -49,7 +49,7 @@ tests/*/*_test
src/osmo-gapk
# temporary/backup files
*.*~
*~
.*.swp
/compile
.dirstamp