From 2c02f1e610ebd4620852e53f88e8a605fdc936b2 Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Thu, 27 Sep 2018 12:09:31 -0700 Subject: [PATCH] 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 --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.7.4