mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-02-23 15:34:28 +01:00
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:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,4 +1,5 @@
|
|||||||
**/*.bk
|
**/*.bk
|
||||||
|
**/*~
|
||||||
**/*.orig
|
**/*.orig
|
||||||
**/*.rej
|
**/*.rej
|
||||||
**/target
|
**/target
|
||||||
|
|||||||
Reference in New Issue
Block a user