https://github.com/GNOME/glib
Raw File
Tip revision: 17ae9f36da04efde6ff59e1eab70a0bd79827fbc authored by Philip Withnall on 03 September 2018, 11:51:06 UTC
Merge branch 'O_CLOEXEC' into 'master'
Tip revision: 17ae9f3
.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