mirror of https://github.com/xemu-project/xemu.git
.gitignore: ignore vi swap files and ctags files
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Andrzej Zaborowski <andrew.zaborowski@intel.com>
This commit is contained in:
parent
3213883efa
commit
7a719c7ce5
|
@ -51,6 +51,8 @@ QMP/qmp-commands.txt
|
|||
*.vr
|
||||
*.d
|
||||
*.o
|
||||
*.swp
|
||||
*.orig
|
||||
.pc
|
||||
patches
|
||||
pc-bios/bios-pq/status
|
||||
|
@ -60,3 +62,4 @@ pc-bios/optionrom/multiboot.bin
|
|||
pc-bios/optionrom/multiboot.raw
|
||||
.stgit-*
|
||||
cscope.*
|
||||
tags
|
||||
|
|
Loading…
Reference in New Issue