From ea7b82872c14ea25be815b4312029bb0ac6b032c Mon Sep 17 00:00:00 2001 From: Christopher Davis Date: Thu, 28 Feb 2019 23:48:57 -0500 Subject: [PATCH] gitignore: add _build to .gitignore _build is the build directory commonly used by meson for GNOME Builder projects. To make things more friendly to those working with Builder we should add it to our .gitignore. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index cf904a74..27fef9ab 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ /Makefile /.stamp build/ +_build/ debian/*.debhelper.log debian/*.substvars debian/.debhelper