gitignore: Ignore *~ editor backup files

We ignore some other formats for backup files, but add this one, used by
emacs.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
David Gibson 2020-10-30 13:51:36 +11:00
parent a4e367506d
commit 8c2f9e6949

1
.gitignore vendored
View File

@ -1,4 +1,5 @@
**/*.bk
**/*~
**/*.orig
**/*.rej
**/target