diff options
author | Eric Engestrom <eric@engestrom.ch> | 2016-05-31 02:30:16 +0100 |
---|---|---|
committer | Emil Velikov <emil.l.velikov@gmail.com> | 2016-08-24 11:33:48 +0100 |
commit | 2f86582b92425d819aaeaf5d86b71e8460944093 (patch) | |
tree | 031bd67ffc91393ee303fabb2cc4680f4178ab3a /.gitignore | |
parent | f6b9fb6e4c9c349b87153ae96fd507c0ee5657c9 (diff) |
.gitignore: Ignore tags generated by `make tags`
Signed-off-by: Eric Engestrom <eric@engestrom.ch>
[Emil Velikov: rebase]
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 90abe10c2e..964409265f 100644 --- a/.gitignore +++ b/.gitignore @@ -49,3 +49,4 @@ Makefile.in .install-mesa-links .install-gallium-links /src/git_sha1.h +TAGS |