mirror of https://github.com/dynup/kpatch
gitignore: ignore .swo files
Sometimes I like to live on the edge and edit the same file in multiple vims :-) Signed-off-by: Josh Poimboeuf <jpoimboe@redhat.com>
This commit is contained in:
parent
1152e58244
commit
38839017d2
|
@ -5,6 +5,7 @@
|
||||||
*.ko.cmd
|
*.ko.cmd
|
||||||
*.mod.c
|
*.mod.c
|
||||||
*.swp
|
*.swp
|
||||||
|
*.swo
|
||||||
*.d
|
*.d
|
||||||
*.so
|
*.so
|
||||||
.tmp_versions
|
.tmp_versions
|
||||||
|
|
Loading…
Reference in New Issue