mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-27 15:57:09 +00: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:
parent
a4e367506d
commit
8c2f9e6949
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,4 +1,5 @@
|
|||||||
**/*.bk
|
**/*.bk
|
||||||
|
**/*~
|
||||||
**/*.orig
|
**/*.orig
|
||||||
**/*.rej
|
**/*.rej
|
||||||
**/target
|
**/target
|
||||||
|
Loading…
Reference in New Issue
Block a user