From 239912fa798e6e671072ca7ff987afd74c1e506c Mon Sep 17 00:00:00 2001 From: Bruce Richardson Date: Mon, 11 Mar 2019 10:57:32 +0000 Subject: [PATCH] git: ignore build directories test-meson-build.sh generates multiple build directories for various targets. As these follow a known pattern, and since they don't need to be tracked in git, we can add them to the gitignore file, along with the default build directory "build". Signed-off-by: Bruce Richardson Acked-by: Rami Rosen --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 39e00bd633..b830c33f7a 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,7 @@ TAGS # ignore python bytecode files *.pyc + +# ignore default build directory, and directories from test-meson-builds.sh +build +build-* -- 2.20.1