1
0
mirror of https://github.com/containers/youki synced 2024-11-22 17:02:00 +01:00

Add *~ editor backup files to gitignore

Filenames ending in *~ are used by emacs, amongst others, for backup files,
which we don't want to check in to git.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
David Gibson 2021-11-26 13:27:23 +11:00
parent 112d7215d2
commit b22e358372

4
.gitignore vendored

@ -14,4 +14,6 @@ youki
!youki/
youki_integration_test
.vscode
.vscode
*~