mirror of
https://github.com/clearlinux/hyperstart.git
synced 2026-04-28 11:04:01 +00:00
gitignore: Ignore tags files
Running "make tags" generates tags to jump around the code easily. Let's ignore the generated files though. Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -7,6 +7,8 @@
|
||||
.#*
|
||||
.git
|
||||
.deps
|
||||
TAGS
|
||||
tags
|
||||
init
|
||||
build/hyper_daemon
|
||||
build/hyper-initrd.img
|
||||
|
||||
Reference in New Issue
Block a user