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:
Damien Lespiau
2016-09-12 15:30:10 +01:00
parent 9089ec3f25
commit 79d066d847

2
.gitignore vendored
View File

@@ -7,6 +7,8 @@
.#*
.git
.deps
TAGS
tags
init
build/hyper_daemon
build/hyper-initrd.img