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:
parent
d74f9faeb9
commit
ea7b82872c
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -3,6 +3,7 @@
|
|||
/Makefile
|
||||
/.stamp
|
||||
build/
|
||||
_build/
|
||||
debian/*.debhelper.log
|
||||
debian/*.substvars
|
||||
debian/.debhelper
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue