https://github.com/GNOME/glib
Raw File
Tip revision: 02e9d862666f0ad55ba6a7a5a9a5e8a36a37edcf authored by Emmanuele Bassi on 17 December 2018, 18:48:53 UTC
Merge branch 'backport-506-gdatetime-utf8-format-glib-2-58' into 'glib-2-58'
Tip revision: 02e9d86
.gitignore
# for all subdirectories
Makefile.in
Makefile
TAGS
tags
.libs
.deps
*.o
*.lo
*.la
*.pc
.*.swp
.sw?
*.rc
*.gcno
*.gcda
*.gcov
*.sourcefiles
*.stp
*.exe
*.def
*.test
*.log
*.trs

# autofoo stuff here
compile
config.cache
config.guess
config.h
config.h.in
config.h-new
config.log
config.lt
config.rpath
config.status*
config.sub
configure
depcomp
aclocal.m4
autom4te.cache
stamp-*
libtool
ltmain.sh
mingw32-config.cache
missing
install-sh
glib-gettextize
gtk-doc.make
py-compile
test-driver

INSTALL
ChangeLog
/glib-lcov.info
/glib-lcov/

# Meson
/meson-build/
/subprojects/*/
back to top