From: Bruce Richardson Date: Mon, 11 Mar 2019 10:57:32 +0000 (+0000) Subject: git: ignore build directories X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=239912fa798e6e671072ca7ff987afd74c1e506c;p=dpdk.git 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 --- 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-*