mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-05 17:06:18 +01:00
b92708503d
We hadn’t been substituting the version number in properly for a while, so maybe just abandon that approach and rewrite the instructions to not refer to a specific version number. This simplifies things a bit, and means the install instructions can be read online in GitLab. Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
30 lines
223 B
Plaintext
30 lines
223 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
|
|
|
|
/glib-lcov.info
|
|
/glib-lcov/
|
|
|
|
# Meson
|
|
/meson-build/
|
|
/subprojects/*/
|