From ac6d833d4d6fd47d1e79f837f60fcb4a4be17d84 Mon Sep 17 00:00:00 2001 From: Ian Hattendorf Date: Sun, 10 Feb 2019 02:35:34 -0700 Subject: [PATCH] Ignore all potential build directories This is useful when using multiple build directories, eg: - build-debug - build-release - build-sanitize --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2e37e57e..56a2f73d 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,7 @@ vgcore.* *.swp packagecache /subprojects/**/ -/build +/build* /dist /meson.egg-info