From: Lucas De Marchi Date: Thu, 27 Sep 2018 19:09:31 +0000 (-0700) Subject: gitignore: add _build X-Git-Tag: libdrm-2.4.97~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2c02f1e610ebd4620852e53f88e8a605fdc936b2;p=platform%2Fupstream%2Flibdrm.git 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 Acked-by: Emil Velikov --- diff --git a/.gitignore b/.gitignore index 49cced5..811348a 100644 --- a/.gitignore +++ b/.gitignore @@ -21,6 +21,8 @@ .deps .libs .tmp_versions +/_build* +/build* Makefile Makefile.in TAGS