gitignore: add _build

This is the directory used by meson/autotools (at least in the
.gitlab-ci configuration) so ignore the whole dir.

Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
Acked-by: Emil Velikov <emil.velikov@collabora.com>
main
Lucas De Marchi 2018-09-27 12:09:31 -07:00
parent d8e615f975
commit 2c02f1e610
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -21,6 +21,8 @@
.deps
.libs
.tmp_versions
/_build*
/build*
Makefile
Makefile.in
TAGS