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.
This commit is contained in:
Christopher Davis 2019-02-28 23:48:57 -05:00
parent d74f9faeb9
commit ea7b82872c

1
.gitignore vendored
View file

@ -3,6 +3,7 @@
/Makefile
/.stamp
build/
_build/
debian/*.debhelper.log
debian/*.substvars
debian/.debhelper