Add TAGS and *~ to .gitignore
Add the etags output generated by "make TAGS" and editor backup files to .gitignore. This patch has previously appeared in my series of patches to add pSeries emulation support. However, it obviously has no real connection to that, and can be applied seperately. Please apply. Signed-off-by: David Gibson <david@gibson.dropbear.id.au> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
e07be5d2ae
commit
61a11c98b7
2
.gitignore
vendored
2
.gitignore
vendored
@ -63,3 +63,5 @@ pc-bios/optionrom/multiboot.raw
|
|||||||
.stgit-*
|
.stgit-*
|
||||||
cscope.*
|
cscope.*
|
||||||
tags
|
tags
|
||||||
|
TAGS
|
||||||
|
*~
|
||||||
|
Loading…
Reference in New Issue
Block a user