From a54ffa1220a12503c9dec0c39a71f4fc2b5a44dc Mon Sep 17 00:00:00 2001 From: Arun Raghavan Date: Mon, 12 Oct 2020 11:25:23 -0400 Subject: [PATCH] Add build directory to gitignore This is what is expected to commonly be used with the meson build system. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 700a041..4de9d48 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,7 @@ config.rpath config.status config.sub configure +build/ depcomp install-sh libltdl