_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.
27 lines
390 B
Text
27 lines
390 B
Text
*~
|
|
.valencia
|
|
/Makefile
|
|
/.stamp
|
|
build/
|
|
_build/
|
|
debian/*.debhelper.log
|
|
debian/*.substvars
|
|
debian/.debhelper
|
|
debian/debhelper-build-stamp
|
|
debian/files
|
|
debian/geary
|
|
debian/geary-dbg
|
|
/geary
|
|
/geary-mailer
|
|
/geary-console
|
|
.flatpak-builder
|
|
*.diff
|
|
*.patch
|
|
*.xz
|
|
*.swp
|
|
bindings/vapi/gmime-2.6/gmime-2.6.gi
|
|
/valadoc
|
|
/po/untitled.pot
|
|
/help/*/*.page
|
|
!/help/C/*.page
|
|
src/sqlite3-unicodesn/unicodesn.sqlext
|