mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-06 01:16:17 +01:00
b3efef5b6f
So long, and thanks for everything. We’re a Meson-only shop now. glib-2-58 will remain the last stable GLib release series which is buildable using autotools. We continue to install autoconf macros for autotools-using projects which depend on GLib; they are stable API. Signed-off-by: Philip Withnall <withnall@endlessm.com>
31 lines
231 B
Plaintext
31 lines
231 B
Plaintext
# for all subdirectories
|
|
TAGS
|
|
tags
|
|
.libs
|
|
.deps
|
|
*.o
|
|
*.lo
|
|
*.la
|
|
*.pc
|
|
.*.swp
|
|
.sw?
|
|
*.rc
|
|
*.gcno
|
|
*.gcda
|
|
*.gcov
|
|
*.sourcefiles
|
|
*.stp
|
|
*.exe
|
|
*.def
|
|
*.test
|
|
*.log
|
|
*.trs
|
|
|
|
INSTALL
|
|
/glib-lcov.info
|
|
/glib-lcov/
|
|
|
|
# Meson
|
|
/meson-build/
|
|
/subprojects/*/
|